-(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所以它试图返回的所有内容为零并给予豁免?
那么我如何实例化self.storboard.
self.storyboard = [UIStoryboard storyboarDWithname:@"MainStoryboard_iPad" bundle:nil];总结
以上是内存溢出为你收集整理的xcode – Storyboard返回nil需要一些快速建议如何实例化全部内容,希望文章能够帮你解决xcode – Storyboard返回nil需要一些快速建议如何实例化所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)