Advertisement
thieumao

Mở ViewController mới

May 10th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.26 KB | None | 0 0
  1.         let newViewController : ViewControllerSelection = self.storyboard?.instantiateViewControllerWithIdentifier("ViewControllerSelection") as! ViewControllerSelection
  2.        
  3.         self.navigationController?.pushViewController(newViewController, animated: true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement