UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil];
UIViewController *vc = [storyboard instantiateViewControllerWithIdentifier:@"anotherViewController22"];
//[vc setModalPresentationStyle:UIModalPresentationFullScreen];
[self.navigationController pushViewController:vc animated:YES];
No comments:
Post a Comment