I am a little confused in following the syntax:
@property (nonatomic, Getter = eFail) bull failure; // Return yes, if image fails to download
specifically line getter = isFailed
.
If I think right, the Greater simple way is as follows:
- (BOOL) failed {return _failed; }
What does this mean?
No comments:
Post a Comment