如何关闭不使用Automatic Reference Counting(ARC)
? ? ? ? ??
?
我看看如何Automatic Reference Counting的制吧,
方法共有:
1. 新案
若你的案是新的,
那只要在案反勾"Use Automatic Reference Counting"的即可,
案就可以自行完成管理的作。
//----------------------------------------------------
在Apple LLVM compiler 3.1 - Language里是Objective-C Automatic Reference Counting = No
Objective-C Garbage Collection = Unsupperted
//----------------------------------------------------
?
本文引用部分http://blog.riaproject.com/objective-c/1845.html?点击链接前往查看原文.