一段代碼解釋retain,strong和copy的區別

@interface AppDelegate : UIResponder <UIApplicationDelegate> {     NSString *retainStr;     NSString *copStr;     NSString *strongStr; } @property (retain, nonatomic) NSString *retainStr; @property (s
相關文章
相關標籤/搜索