问题:-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "BlueView" nib but the vie
Posted 李洪强
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了问题:-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "BlueView" nib but the vie相关的知识,希望对你有一定的参考价值。
问题:-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "BlueView" nib but the view outlet was not set.
问题:‘-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "One" nib but the view outlet was not set.‘
原因:没有做xib文件到HLOneViewControler程序的关联
解决步骤:
1, 打开xib文件
2, 点击"File‘s Owner",设置Class为xxxViewControler
3, 右键"Files‘s Owner", 里面有个默认的IBOutlet变量view, 看一下后面有没有做关联,如果没有就拉到下面的View和视图做个关联
以上是关于问题:-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "BlueView" nib but the vie的主要内容,如果未能解决你的问题,请参考以下文章
UIViewController _loadViewFromNibNamed:bundle: 加载了“视图”笔尖,但未设置视图出口。