xcode7 新增storyboard reference 功能
2016-04-01 本文已影响54人
呵呵哒1991
连接 http://www.newventuresoftware.com/blog/organizing-xcode-projects-using-multiple-storyboards
使用多个storyboard
核心代码
UIStoryboard *storyboard=[UIStoryboard storyboardWithName:@"STMJ_Person" bundle:nil];
UIViewController *VC=[storyboard instantiateViewControllerWithIdentifier:@"storyboardID"];