iOS中你可能沒有徹底弄清楚的(一)synthesize

    1. 什麼是synthesize synthesize中文意思是合成,代碼中咱們常常這樣用。xcode @interface Test: NSObject @property (nonatomic, unsafe_unretained) int i; @end @implementation Test @synthesize i; @end 複製代碼 使用synthesize的2個步驟:
相關文章
相關標籤/搜索