Does anyone has sample code for ordering in UITableView using NSOrderedSet?
Had read many articles about reordering, but still don't understand how to do this in iOS5.
|
Does anyone has sample code for ordering in UITableView using NSOrderedSet? Had read many articles about reordering, but still don't understand how to do this in iOS5. |
||||
|
|
Hi i implemented it like this. The "currentObject" is root object of the relationship and "subItems" the name of the ordered relationship in the model which is managed by the UITableViewController.
|
|||||||||
|