UIStoryboard *storybrd = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil]; UIViewController *mycontroller =[storybrd instantiateViewControllerWithIdentifier:@"myCtrl"]; [storybrd instantiateViewControllerWithIdentifier:(NSString *)mycontroller];