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.
我禁用了 autoLayout,因为我有太多按钮,Xcode 会一直崩溃。但是现在当我运行时什么都不会显示
首先,很明显,禁用自动布局并不是导致您的视图不显示的原因。其次,如果您可以从控制台添加崩溃日志,那将非常有帮助。如果我们知道您看到了什么异常,我们将更容易提供帮助。
您可以检查以下几点: 1. 连接到 IBOutlets 和 IBActions 的所有子视图是否仍连接到现有方法和变量?转到“Connections Inspector”并确保没有小“x”,这意味着您创建的连接现在已断开。2. 您的视图是否与文件所有者相关联?3.您是否更改了您的 AppDelegate 文件?