UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Test" bundle:nil];
MJViewController *mj = [storyboard instantiateInitialViewController];
MJViewController *mj = [storyboard instantiateViewControllerWithIdentifier:@”mj"];
ViewController的view的创建,布布扣,bubuko.com
原文地址:http://www.cnblogs.com/ZippoatiOS/p/3766052.html