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