次の問題に遭遇します。ストーリーボードを使用した iPad アプリで。
-(UIViewController *)SetDetailVideoView
{
// assign/instantiate self. storyboard, but how?
VideosViewController *vc = [self.storyboard instantiateViewControllerWithIdentifier:@"VideoViewController"]; //empty but why? Because self.storyboard is empty
NSLog(@"%@",self.storyboard); //NULL
return vc;
}
Self.storyboard
nilを返すので、すべてがnilを返そうとし、免除を与えますか? では、どのようにインスタンス化しますかself.storboard
。