标签:style blog color io ar div 代码 log
小项目中用到storyboard,可以按照模块来新建多个sb。
以下是代码实现跳转实现:
UIStoryboard *anSb=[UIStoryboard storyboardWithName:@"Another" bundle:nil]; AppDelegate *appDelagate=[UIApplication sharedApplication].delegate; appDelagate.window.rootViewController=[anSb instantiateInitialViewController];
不同storyboard间跳转,布布扣,bubuko.com
标签:style blog color io ar div 代码 log
原文地址:http://www.cnblogs.com/lacklock/p/3911529.html