Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug inside navigation view controller #199

Open
a1exb1 opened this issue May 4, 2014 · 3 comments
Open

bug inside navigation view controller #199

a1exb1 opened this issue May 4, 2014 · 3 comments

Comments

@a1exb1
Copy link

a1exb1 commented May 4, 2014

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

@wangyandongnx
Copy link

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

@skmohanraj
Copy link

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

@siyao1030
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants