2

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

4

1 回答 1

10

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.

于 2009-11-07T05:29:36.200 回答