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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.