Posts

Post marked as solved
1 Replies
I've found a solution on my own. You simply need to make your to-many relationship type NSOrderedSet and then use its methods like removeFrom or insertInto, where you can use sourceIndexPath and destinationIndexPath.