属性
摘要:1. @property (copy) nsmutableArray *arr;这个操作会出现什么问题?(摘录)用self.array = 是通过setter方法来给array赋值,而你又给这个setter方法设置copy,而经过copy生成的array指针指向的是一个不可变数组(详细请参见苹果的官...
阅读全文
posted @ 2015-07-14 16:09
posted @ 2015-07-14 16:09
posted @ 2015-07-14 16:06
posted @ 2014-12-17 15:39
posted @ 2014-11-20 16:44
posted @ 2014-11-19 11:55
posted @ 2014-11-17 17:17
posted @ 2014-09-14 22:47