Advertisement
Guest User

Untitled

a guest
Feb 15th, 2012
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         UIStoryboard *storybrd = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil];
  2.         UIViewController *mycontroller =[storybrd instantiateViewControllerWithIdentifier:@"myCtrl"];
  3.         [storybrd instantiateViewControllerWithIdentifier:(NSString *)mycontroller];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement