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.
我有这个问题的谷歌,并找到了这张幻灯片。
真的吗?
是的。由于您的设备需要内存来为其他应用程序“加油”,最终您的应用程序将被杀死。这就是人们使用乐器的原因,不仅仅是因为它是最佳实践。:)
当然,内存泄漏可能会导致您的应用程序表现不佳并最终崩溃。这就是为什么您应该仔细管理内存(升级到 ARC 可能会改善内存泄漏问题)并且不要忘记当您收到内存警告时有机会进行清理(通过 UIViewController 类中的 didReceiveMemoryWarning)