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.
对我的应用程序运行分析会导致该主题出现逻辑错误。我真的不知道那是什么意思。以下是错误屏幕:
它向您显示的路径正在super返回nil。如果发生这种情况,您继续执行该方法;隐含的自尊是因为isShowingLandscapeView是一个实例变量。您需要将所有初始化都放在if (self)块内以避免这种情况。
super
nil
isShowingLandscapeView
if (self)