我尝试使用变量更新其他类中的视图,但由于某些奇怪的原因,我得到npm prune
。从存在视图但不在其他任何地方的页面调用时,该函数有效。有什么我做错了吗?
fatal error: unexpectedly found nil while unwrapping an Optional value
答案 0 :(得分:1)
由于您提供的代码不多,我仍会尝试回答。您实例化的IntroController
可能在其构造函数中没有任何加载实际XiB的代码。因此,您尝试引用未加载其视图的IntroController
的view属性。如果您需要更多帮助,请发布IntroController
的内容。