You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: