标签:
ViewController *testViewController = [[DashboardTableViewController alloc]initWithNibName:@"testViewController" bundle:nil];
UINavigationController *navigationController = [[UINavigationController alloc]initWithRootViewController:testViewController];
[self presentViewController:navigationController animated:NO completion:^{
}];
ios present NavigationController
标签:
原文地址:http://www.cnblogs.com/yibinpan/p/4383657.html