码迷,mamicode.com
首页 > 其他好文 > 详细

-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "RootViewController" nib but the view outlet was not set

时间:2016-06-08 19:01:06      阅读:470      评论:0      收藏:0      [点我收藏+]

标签:

当使用xib加载控制器的时候,报如下错误:

-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "RootViewController" nib but the view outlet was not set

原因:

控制器与xib没有关联

解决办法:

1.选择xib文件

2.控制器类关联

技术分享

3.视图关联(拖线)

技术分享

 

-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "RootViewController" nib but the view outlet was not set

标签:

原文地址:http://www.cnblogs.com/MagicYu12/p/5570914.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!