AP102 2016/4/29
- 物件方法 給物件用的方法
uppercase
例如
NSString*name=@"glee"
[glee uppercase]
message->uppercase 對物件傳遞訊息
-( )xxx:(int)xxxx
-(NSString)uppercase:()
- 類別方法 給類別的用的方法
+(void) givemepass
建構子必須要產出東西
像上述這個不回傳的例子不屬於建構子
下午
屬性是obj-c物件要做nonatomic,strong型別
不屬於的不能做nonatomic
property
產生變數
產生getter
產生setter
Comments
Post a Comment