vote up 0 vote down star

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

flag

1 Answer

vote up 3 vote down check

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|flag

Your Answer

Get an OpenID
or

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