I’m using NSFetchedResultsController to retrieve data for a UITableView.
but problem is I have to use sortDescriptor with NSFetchedResultsController.
I don’t want to sort my data, I want to show data in the table as the order I have inserted them in the table.
Is there any way to handle this task?
thanks for your answer. I have added another property named sorting number and implement this way: