Object-C属性标签assign,retain,copy区别
You usually need to claim ownership of your instance variables. See the Objective-C memory managemen…
Read moreYou usually need to claim ownership of your instance variables. See the Objective-C memory managemen…
Read moreObject-C和Java的关键字对比 Class Interface// 导入UIKit/UIKit,这个和Java关键字import差不多。#import <UIKit/UIKit.h>…
Read more