SVPullToRefresh icon indicating copy to clipboard operation
SVPullToRefresh copied to clipboard

bug inside navigation view controller

Open a1exb1 opened this issue 10 years ago • 3 comments

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

a1exb1 avatar May 04 '14 13:05 a1exb1

Add this line self.edgesForExtendedLayout = UIRectEdgeNone; to -[YourViewController viewDidLoad].

wangyandongnx avatar Oct 09 '14 03:10 wangyandongnx

Hi @wangyandong-ningxia thanks for ur note. it's works and thank you!

skmohanraj avatar Jan 13 '15 04:01 skmohanraj

@wangyandong-ningxia That created another problem for me - the bottom row is cut off now.... :(

siyao1030 avatar Mar 25 '15 22:03 siyao1030