尝试在 ASCollectionNode 上对 OrderedDictionary 进行排序 - 格式 = var OrderedDictionary = [:] 但不起作用。我尝试使用。但仍然没有成功。拜托我需要你的帮忙。
self.OrderedDictionary.sort(by: { (f1, f2) -> Bool in
return f1.value.posedDate?.compare(f2.value.posedDate!) == .orderedDescending
})