IPHONE - number of row being shown
- by Mike
I have a table inside a UIImageView. The table occupies the entire UIImageView. The table contains a series of images. Scroll and paging are enabled. As the table size is the same of its parent view, I can see just one cell of the table at a time.
When I roll the table, I see the next or previous cell.
I have a variable that must contain the…