Nick, we are getting warnings if run on xcode 6.
For
@Property (nonatomic, getter = isExecuting) BOOL executing;
@Property (nonatomic, getter = isFinished) BOOL finished;
@Property (nonatomic, getter = isCancelled) BOOL cancelled;
Warning: Auto property synthesis will not synthesize property 'executing' because it is 'readwrite' but it will be synthesized 'readonly' via another property
Nick, we are getting warnings if run on xcode 6.
For
@Property (nonatomic, getter = isExecuting) BOOL executing;
@Property (nonatomic, getter = isFinished) BOOL finished;
@Property (nonatomic, getter = isCancelled) BOOL cancelled;
Warning: Auto property synthesis will not synthesize property 'executing' because it is 'readwrite' but it will be synthesized 'readonly' via another property