views:

145

answers:

1

How do I disable the bounce effect when vertically scrolling a UITableView? Right now if I scroll anywhere near the bottom, the view scrollbar bounces right up. I would like my UITableView to stay fixed at the scrolled-to position instead of bouncing back up.

A: 

Have you tried setting the bounces property to NO?

progrmr