SVPullToRefresh
SVPullToRefresh copied to clipboard
bug inside navigation view controller
I really liked your SV pull to refresh implementation, was extremely easy to implement.
However, if the tableview is housed inside a navigation view controller, when the table has finished loading, it goes undernearth the uinavigation bar and you cant see the top 1 and a half rows!
Best Regards, Alex
Add this line self.edgesForExtendedLayout = UIRectEdgeNone;
to -[YourViewController viewDidLoad]
.
Hi @wangyandong-ningxia thanks for ur note. it's works and thank you!
@wangyandong-ningxia That created another problem for me - the bottom row is cut off now.... :(