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

Empty table view loses cell separators with infinite scrolling #51

Closed
gstro opened this issue Aug 21, 2012 · 2 comments
Closed

Empty table view loses cell separators with infinite scrolling #51

gstro opened this issue Aug 21, 2012 · 2 comments

Comments

@gstro
Copy link

gstro commented Aug 21, 2012

Before adding addInfiniteScrollingWithActionHandler: an empty default table view (numberOfRows returning 0) will have blank cells marked with light grey separators. After adding the above method, an empty table view will appear more like a blank scroll view before cells are populated and added. Once cells are added, everything is great! Any suggestions?

@gstro
Copy link
Author

gstro commented Aug 21, 2012

"Fixed" by adding method addInfiniteScrollingWithActionHandler: after cells have been added (checking for the showsInfiniteScrolling). Leaving open in case you want to make any internal changes. Great code, thanks!

@samvermette
Copy link
Owner

The infinite scrolling view is now added to the scroll view directly instead of the table view's footer view. That should solve your issue. Let me know if it doesn't.

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

2 participants