Sephiroth87 / ODRefreshControl

A pull down to refresh control like the one in Apple's iOS6 Mail App
MIT License
2.15k stars 385 forks source link

refreshing property should be named isRefreshing #67

Closed onmyway133 closed 10 years ago

onmyway133 commented 10 years ago

Hi, in ODRefreshControl.h, you have

@property (nonatomic, readonly) BOOL refreshing;

But I think it should be

@property (nonatomic, readonly, getter=isRefreshing) BOOL refreshing

so that it matches the UIRefreshControl document https://developer.apple.com/library/ios/documentation/uikit/reference/UIRefreshControl_class/Reference/Reference.html