我正在尝试使用 UINavigationController
.我有两个以编程方式创建的视图.当在第一个视图上按下UIButton
时,第二个视图应该会出现在前台.
I am trying to use UINavigationController
. I have two views which are being created programmatically. When a UIButton
is pressed on the first view, the second view should come to foreground.
但这里应用程序崩溃异常:
But here application crash with exception:
已加载笔尖,但未设置视图出口
loaded nib but the view outlet was not set
这可能是什么原因以及如何解决它.
What can be cause of this and how to resolve it.
按照以下步骤进行
1) 打开您的 xib 文件,然后右键单击文件所有者并拖动到您的第一个视图
2) 然后将该视图与视图"的出口绑定
希望你能得到它...
这篇关于“已加载笔尖,但未设置视图出口"例外的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!