Quote:
Originally Posted by BrianSlick
Added Part 2...
|
When is Part 5 of the UITableView tutorials coming out?
I need to let users reorder rows in a table (this works fine now on screen), and save that order so that items are displayed in that order the next time the user comes back to the table.
I thought displayOrder was the answer, but that seems to be for Core Data only. My table is just loading up an array with the names of a bunch of plist files.
PS - Enjoyed Part 2 for Search. Much simpler and better explained than some other tutorials I've read.