排序PFObject字符串日期的数组

时间:2018-07-23 20:49:35

标签: swift xcode

1 个答案:

答案 0 :(得分:0)

我找到了答案!

reminders.sort(by: {($0["intDate"] as! Int) < ($1["intDate"] as! Int)})