标签:
UIStoryboard *s = [UIStoryboard storyboardWithName:storyboard的名字 bundle:nil]; id viewController(所属的视图控制器) = [s instantiateViewControllerWithIdentifier:StoryboardID(storyboard ID)];
进入storyboard页面
原文地址:http://www.cnblogs.com/xiezefeng/p/4644925.html