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.
有谁知道如何将 SBSettings“释放内存”添加到他们的应用程序中?我正在 iOS5 中开发一个应用程序,而 ARC 似乎并没有像我希望的那样频繁地释放内存。
如何使用 Objective-C 在他们的应用程序中编写该功能?
谢谢你的时间。
ARC 在应该释放对象时释放它们。这不是释放所有内存的解决方案,因为您分配了太多。我的建议是你改变你的应用程序以提高效率。