Hi,
I have a UITable/View/Controller and it works peachy. Just one oddity.
Case 1) Cell count in table * v-size of one cell > frame of UITableView
Works as expected.
Case 2) Cell count in table * v-size of one cell <= frame of UITableView
If the user attempts to "scroll" the table (accidentally or because the last cell contains the last datum, "but there may be another/more after", they get this:
(as a new user, I'm not allowed to post images. This link is to my Google/Picasa image store. Maybe a mod could dereference this for me?)
http://lh3.ggpht.com/_UmUDYiDfYws/TBSlu5WPLWI/AAAAAAAACa0/veg5ZgRmaiw/tableBehavior.jpg
As you can see, the table rows have scrolled upwards outside the bounds of all views (main view hasa subview hasa UITableView, the main and subviews are IB, the table itself is done at runtime).
A) Is this caused by a property that needs to be set somewhere, and B) Which object needs this property set?
File this one under annoyance. Like I said, if the amount of data pushes the table cells beyond the bottom of the view, it clips and scrolls as expected.
tia, rip