how to stop UITable view from automatic bouncing
I am working on an ios app that implements a UITableView I have a
TableHeaderView (for a custom pull ro refresh) I want the header view to
be hidden on top of the other rows until the user pulls down It all works
fine when there are alot of rows but when there are only a few rows theres
I get a bug. because when the user pulls the rows -UP- the table view
bounces and the header view is revealed. I want to make the table view
"think" that the top most position is the first row and not the header
view how can i do this?
No comments:
Post a Comment