todoList压栈

实例化viewController

var viewController = self.storyboard?.instantiateViewControllerWithIdentifer("tododetail") as ViewController

压栈

self.navigationController?.showViewController (viewController, animated: true)

你可能感兴趣的:(todoList压栈)