Closed Julyyq closed 9 years ago
With Xcode 6, _cancelled = cancelled occurs an error. Apple maybe deprecate this written pattern under ARC.
_cancelled = cancelled
Yes, you might manually synthesize the property :
@implementation TKHTTPRequest @synthesize cancelled=_cancelled;
With Xcode 6,
_cancelled = cancelled
occurs an error. Apple maybe deprecate this written pattern under ARC.