Is there a simple way to get array of all index paths for the cells in a UITableView?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Since you are the one that told the table view how many sections and rows per section you had, you can use that same data - or in fact even call the same methods on your data source to ask that question from elsewhere.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.