Weird Scrolling Issue Using UITableView
Posted
by Scott Elder
on Stack Overflow
See other posts from Stack Overflow
or by Scott Elder
Published on 2010-01-19T05:35:14Z
Indexed on
2010/05/13
12:04 UTC
Read the original article
Hit count: 348
I am a working UINavigationController pushing two different UITableViews on and off the stack. All of my functionality is working correctly except scrolling. When either table is scrolled above the top row, or below the bottom row, it stays there exposing the margin above/below the table. I am looking for the table to "bounce" back so that only the table is visible and not the white space area beyond - just like any other iPhone app.
One of my UITableViews is being loaded by NIB and the other is being created programatically - both of which have the exact same result. I have tried all the bounce and scrolling settings in the Nib, but nothing seems to work.
Can someone tell me what I am doing wrong? Please let me know if I can be more specific in detailing my problem.
Thanks,
-Scott
© Stack Overflow or respective owner