Archived
Attempt to fix jumpy pull-to-refresh behaviour, revamped settings page to suit the iOS design better
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user