diff --git a/iOS/Inspector/AccountInspectorViewController.swift b/iOS/Inspector/AccountInspectorViewController.swift index bcb707f4b..be8bad6b6 100644 --- a/iOS/Inspector/AccountInspectorViewController.swift +++ b/iOS/Inspector/AccountInspectorViewController.swift @@ -17,7 +17,7 @@ class AccountInspectorViewController: UITableViewController { @IBOutlet weak var nameTextField: UITextField! @IBOutlet weak var activeSwitch: UISwitch! @IBOutlet weak var deleteAccountButton: VibrantButton! - @IBOutlet weak var limitationsAndSolutionsButton: UIButton! + @IBOutlet weak var limitationsAndSolutionsView: UIView! var isModal = false weak var account: Account? @@ -39,7 +39,7 @@ class AccountInspectorViewController: UITableViewController { } if account.type != .cloudKit { - limitationsAndSolutionsButton.isHidden = true + limitationsAndSolutionsView.isHidden = true } if isModal { diff --git a/iOS/Inspector/Inspector.storyboard b/iOS/Inspector/Inspector.storyboard index 7dd8ddd8f..b9c566da5 100644 --- a/iOS/Inspector/Inspector.storyboard +++ b/iOS/Inspector/Inspector.storyboard @@ -1,9 +1,9 @@ - + - + @@ -174,7 +174,7 @@ - +