ODRefreshControl is out of screen when using UISearchBar
MrBoog opened this issue · 1 comments
MrBoog commented
I have a UISearchBar for tableview's headerView.
when i add the UISearchBar, here is a problem, ODRefreshControl is out of my screen.
and #61 this is not work for me.
Anybody Can fix this? thx
MrBoog commented
ok,it's ios7's problem...
i have try below method, but not work well
self.edgesForExtendedLayout = UIRectEdgeNone;