Archived
Added login and setup screens
This commit is contained in:
@@ -10,8 +10,6 @@ import UIKit
|
||||
|
||||
class PersonalPlanViewController: PlanViewController {
|
||||
|
||||
let prefs = UserDefaults.standard
|
||||
|
||||
@IBAction func customize(_ sender: UIBarButtonItem) {
|
||||
if let s = storyboard?.instantiateViewController(withIdentifier: "Customize") as? CustomizationViewController {
|
||||
self.present(s, animated: true)
|
||||
|
||||
Reference in New Issue
Block a user