标签:io ar sp on bs c res nbsp view
将控制器关联上storyboard,并且以控制器的名称命名storyboard ID
在跳转页面的时候这样写
NextViewController *mvc = [self.storyboard instantiateViewControllerWithIdentifier:@"NextViewController"];
[self presentViewController:mvc animated:YES completion:nil];
标签:io ar sp on bs c res nbsp view
原文地址:http://www.cnblogs.com/qianyindichang/p/4110528.html