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

Added pull down animation for beginRefreshing method #66

Closed AlbertTong closed 9 years ago

AlbertTong commented 10 years ago

When trying to start the refresh control programmatically, we'd like to show the refresh indication by sliding down the scrollview as if the user performed a pull to refresh.

HiveHicks commented 10 years ago

Doesn't seem to work when calling beginRefresh from viewDidLoad: on empty view.

wangfeng1981 commented 9 years ago

beginRefreshing doesn't work in my TableViewController viewDidLoad.