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

ODRefreshControl is out of screen when using UISearchBar #72

Closed MrBoog closed 10 years ago

MrBoog commented 10 years ago

I have a UISearchBar for tableview's headerView. when i add the UISearchBar, here is a problem, ODRefreshControl is out of my screen.

and https://github.com/Sephiroth87/ODRefreshControl/issues/61 this is not work for me.

Anybody Can fix this? thx

MrBoog commented 10 years ago

ok,it's ios7's problem...

i have try below method, but not work well self.edgesForExtendedLayout = UIRectEdgeNone;