iOS中你可能没有彻底弄清楚的(一)synthesize

    1. 什么是synthesize synthesize中文意思是合成,代码中咱们常常这样用。xcode @interface Test: NSObject @property (nonatomic, unsafe_unretained) int i; @end @implementation Test @synthesize i; @end 复制代码 使用synthesize的2个步骤:
相关文章
相关标签/搜索