读书人

怎么关闭不使用Automatic Reference C

发布时间: 2012-08-01 17:53:40 作者: rapoo

如何关闭不使用Automatic Reference Counting(ARC)

? ? ? ? ??

?

我看看如何Automatic Reference Counting的制吧,
方法共有:

1. 新案
若你的案是新的,
那只要在案反勾"Use Automatic Reference Counting"的即可,
案就可以自行完成管理的作。

怎么关闭不使用Automatic Reference Counting(ARC)

//----------------------------------------------------

在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?点击链接前往查看原文.

读书人网 >移动开发

热点推荐