Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.16 KB | None | 0 0
  1. let resultVC = Result(nibName:"Result", bundle:NSBundle.mainBundle())
  2. resultVC.choice = choice;
  3. self.presentViewController(resultVC, animated: true, completion: nil)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement