coolbeet / CBStoreHouseRefreshControl

Fully customizable pull-to-refresh control inspired by Storehouse iOS app
MIT License
3.92k stars 480 forks source link

Feature Request: Make state property publicly accessible #18

Open mamouneyya opened 9 years ago

mamouneyya commented 9 years ago

There're scenarios where you really need to know if the refresh control is currently refreshing. Thus, making 'state' a public property or even adding a new property (e.g. isRefreshing) would be useful.