Quote:
Originally Posted by jvpython
I have a bit of code that resizes a tableview on user interaction by changing the height value of the UITableView frame (CGRect). But after that even though it works fine when I scroll, whenever I tap the last row or if the last row is visible when I tap a cell, the table auto scrolls down and the last row is hidden. What is causing that? Thanks
|
not sure if I understood ur question right, but if i m not wrong, you should be looking at
contentSize. This is in case of UIScrollView.
OR
Maybe, your TableView frame is beyond the screen size. (in Height i mean)