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

Last cell in table is only visible when dragging and holding the table #1

Open
olegam opened this issue Nov 25, 2009 · 0 comments
Open

Comments

@olegam
Copy link

olegam commented Nov 25, 2009

I found that las last cell(s) of my table was not shown within the region of the table that snaps to the visible area. I solved that by setting a footer view that matches the pullDownView:

In initWithFrame of EGOTableViewPullRefresh:

UIView *footer = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 90.0f)];
self.tableFooterView=footer;
[footer release];

Thanks for a nice piece of code.

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

1 participant