GitHub:<a href="https://links.jianshu.com/go?to=https%3A%2F%2Fgithub.com%2Fineyee" target="_blank">https://github.com/ineyee</a>
![240](https://cdn2.jianshu.io/assets/default_avatar/6-fd30f34c8641f6f32f5494df5d6b8f3c.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:河北
1. 简介 KVC 即键值编码,KVC 是由 NSKeyValueCoding 非正式协议启用的一种机制,对象采用该协议来间接访问其属性。即可以通过一个字符串key来访问某个...
一、为什么@property声明(NString,NSArray,NSDictionary)时需要使用copy,使用strong有什么问题。 因为NString,NSArra...