UITableView manual scrolling to the last row

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2010-04-19T17:54:02Z Indexed on 2010/04/19 20:43 UTC
Read the original article Hit count: 205

I have a table view controller which doesn't let me manually scroll to the last row. It automatically scrolls slightly up so I could never select the last 2-3 rows. Anyone experienced this problem? Should I set a minimum height for the table view to solve this? If so how?

© Stack Overflow or respective owner

Related posts about uitableview

Related posts about scrolling