Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 xib 文件中设置了一堆 IBOutlet 项目,但后来我的程序发现它们都没有被分配。这是为什么?
在什么情况下不分配 IBOutlet 项目?仍然为此挠头。
它是内存不足并且不想分配吗?
这发生在 UIViewController 上。但是,如果我切换 UIView 它不会发生。
但我需要一个 UIViewCOntroller。
你在某个地方犯了一个错误。您确定已将 IB 中的视图连接到它们的插座吗?你确定你保留了所有的插座属性(或者,如果在 ARC 下,它们是强大的属性)?你合成了所有的outlet属性了吗?