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.
CGPathRelease 是否必须与具有自动引用计数的 CGPathCreate... 函数一起使用?我使用了分析,但无论哪种方式都没有区别。
据我所知,CF 功能尚未由 ARC 管理。因为你在打电话create,所以我建议你也发布一个适当的版本。希望将来一切(包括 CF 调用)都将由 ARC 管理。
create