
Untitled
By: a guest on
Feb 15th, 2012 | syntax:
Objective C | size: 0.28 KB | hits: 129 | expires: Never
UIStoryboard *storybrd = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil];
UIViewController *mycontroller =[storybrd instantiateViewControllerWithIdentifier:@"myCtrl"];
[storybrd instantiateViewControllerWithIdentifier:(NSString *)mycontroller];