Tagged Questions

0
votes
1answer
21 views

Is it possible to get array of all index paths for the cells in a UITableView?

Is there a simple way to get array of all index paths for the cells in a UITableView?
0
votes
0answers
35 views

UITableViewCell reuse and selection stratergies.

All: I have been fighting with an issue which has been bugging me for the past few days. I have a UIPageControl and in each page I have a UITableView. Each tableView can have upto 4 cells. A user …