进入storyboard页面

 UIStoryboard *s = [UIStoryboard storyboardWithName:storyboard的名字 bundle:nil];
    id viewController(所属的视图控制器) = [s instantiateViewControllerWithIdentifier:StoryboardID(storyboard ID)];

posted @ 2015-07-14 11:11  谢小锋  阅读(215)  评论(0)    收藏  举报