我需要对我的部分中的行进行排序,从fetchedResultsController
.
我正在尝试确保将 lastCell 属性设置为YES
, 的实体成为其部分中最后显示的单元格。不知何故,它总是第一个?这不可能吗?
从 timeStamp 订购效果很好。lastCell
另一方面似乎没有任何效果。
NSSortDescriptor *sortDescriptor1 = [[NSSortDescriptor alloc] initWithKey:@"timeStamp" ascending:NO];
NSSortDescriptor *sortDescriptor2 = [[NSSortDescriptor alloc] initWithKey:@"lastCell" ascending:NO];