标签:
UIStoryboard*sb=[UIStoryboard storyboardWithName:@"Main" bundle:nil]; LoginVC*loginVC=[sb instantiateViewControllerWithIdentifier:@"Login"]; UINavigationController*loginNav=[[UINavigationController alloc]initWithRootViewController:loginVC]; [self presentViewController:loginNav animated:NO completion:nil];
标签:
原文地址:http://www.cnblogs.com/huoxingdeguoguo/p/4763241.html