diff --git a/iOS/Settings/Settings.storyboard b/iOS/Settings/Settings.storyboard index f3562e076..25dc9cd27 100644 --- a/iOS/Settings/Settings.storyboard +++ b/iOS/Settings/Settings.storyboard @@ -146,31 +146,10 @@ - - - - - - - - - - - - - - - - + @@ -200,7 +179,7 @@ - + @@ -228,7 +207,7 @@ - + @@ -252,7 +231,7 @@ - + @@ -269,7 +248,7 @@ - + @@ -441,7 +420,7 @@ - + @@ -558,7 +537,7 @@ - + diff --git a/iOS/Settings/SettingsViewController.swift b/iOS/Settings/SettingsViewController.swift index f395d62d1..52c7da5f7 100644 --- a/iOS/Settings/SettingsViewController.swift +++ b/iOS/Settings/SettingsViewController.swift @@ -131,13 +131,11 @@ class SettingsViewController: UITableViewController { UIApplication.shared.open(URL(string: "https://ranchero.com/netnewswire/")!, options: [:]) } case 2: - UIApplication.shared.open(URL(string: "https://appcamp4girls.com/contribute/")!, options: [:]) - case 3: if indexPath.row == 1 { let timeline = UIStoryboard.settings.instantiateController(ofType: TimelineNumberOfLinesViewController.self) self.navigationController?.pushViewController(timeline, animated: true) } - case 4: + case 3: switch indexPath.row { case 0: let timeline = UIStoryboard.settings.instantiateController(ofType: RefreshIntervalViewController.self)