Attempt to fix jumpy pull-to-refresh behaviour, revamped settings page to suit the iOS design better

This commit is contained in:
Deniz Duezgoeren
2019-09-28 12:46:17 +02:00
parent b4f3b2f92f
commit 40250ecc7b
15 changed files with 516 additions and 426 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import UIKit
class GeneralViewController: PlanViewController {
@IBAction func customize(_ sender: UIBarButtonItem) {
if let s = storyboard?.instantiateViewController(withIdentifier: "Customize") as? CustomizationViewController {
if let s = storyboard?.instantiateViewController(withIdentifier: "CustomizationNavigationController") as? UINavigationController {
self.present(s, animated: true)
}
}