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,是否还需要对 Leaks 进行分析(顺便说一句,这绝对是太棒了,并且真的加快了开发速度!)
是的,您仍然应该使用 Leaks 和其他工具检查您的应用程序的内存使用情况。ARC 不是灵丹妙药。您的应用程序仍可能以多种方式泄漏内存。
在 SO 中搜索“ARC leaks”,你会发现很多例子。