@H_404_1@
我遇到了以下问题.在我的iPad应用程序中使用故事板.
@H_502_7@
@H_502_7@
那么我如何实例化self.storboard.
-(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; }@H_502_7@Self.storyboard返回nil所以它试图返回的所有内容为零并给予豁免?
那么我如何实例化self.storboard.