【问题标题】:how to classify the tableview month wise and put them in different sections?如何按月对 tableview 进行分类并将它们放在不同的部分?
【发布时间】:2017-02-08 05:24:40
【问题描述】:
【问题讨论】:
标签:
ios
arrays
swift
uitableview
sorting
【解决方案1】:
使用您的逻辑对数组进行排序并将其组织为字典,其中月份为键,数组为值。然后如鲁尼所说,将其显示为可扩展的表格视图。