@IBAction func nextButtonTapped(sender: AnyObject) { var nextView: TheNextViewController = self.storyboard?.instantiateViewControllerWithIdentifier("TheNextViewController") as! TheNextViewController let appdelegate = UIApplication.sharedApplication().delegate as! AppDelegate appdelegate.window!.rootViewController = nextView }
пятница, 9 декабря 2016 г.
Swift: programmatically switch ViewController
To switch between ViewController in Swift, you can use the following code:
Подписаться на:
Комментарии к сообщению (Atom)
Комментариев нет:
Отправить комментарий