Jump to a cell in tableview
I would like to implement some kind of shortcut from one part of my app to a tableview. I would like to be able to load the tableview and pass in an id or name, I would loop the cell objects and find which one I want to scroll to, then jump to that cell.
Is there a method I can call to focus on a certain part of the tableview, say by telling the tableview to focus on cell id 5, or do I have to find the cell I want and work out the pixel offset, then apply this to show the correct part of the table?
|