ARC 下注意点

ARC下:
(1)copy , retain 改写为 strong
(2)assign 改写为 weak
(3)retain ,release,autorelease 将不能使用,[super dealloc]也不能使用
(4)NSAutoReleasePool也不能使用
(5)类如果注册了通知(观察者模式),需要remove掉。这个不管是否支持arc,都必须要做的。


posted @ 2014-11-06 16:00  沙影无痕  阅读(104)  评论(0编辑  收藏  举报