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

Activity not visible if scroll view can scroll horzontally #44

Open jum opened 11 years ago

jum commented 11 years ago

If I am using ODRefreshControl from my UITableView it is centered fine, but if I use it in my UIScrollView that can scroll horizontally, the activity is invisible if the scroll view is scrolled horizontally. The activity is only visible if the scroll view is at the left edge of the screen, then it is centered at the visible area.