storyboard

// 加载storyboard

    UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];

 // 加载箭头指向的控制器

    UIViewController *vc = [storyboard instantiateInitialViewController];

posted @ 2015-06-04 13:07  Emyin  阅读(133)  评论(0编辑  收藏  举报