我正在尝试通过某种分段控制来动态地更改NSFetchController中的排序。排序A->Z Z->A类型的东西。
我要怎么做才能做到这一点?我在这里遵循Jeff Lamarche的例子:Here
我是需要创建一个新的NSFetchedResultsController然后对其进行设置,还是只创建一个新的NSFetchRequest并执行
fetchedResultController.fetchRequest = newFetchRequest然后我的表会自动更新吗?
https://stackoverflow.com/questions/1716174
复制相似问题