本文介绍了表格视图部分按日期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在Xcode中按日期对tableview中的数据进行分组?
How to group data in the tableview by date in Xcode?
推荐答案
看看 DateSectionTitles 示例应用程序.它演示了一个带有按月分组的日期单元格的表格视图.它基于CoreData.
Have a look at the DateSectionTitles sample app. It demonstrates a tableview with date cells grouped by the month. It is based on CoreData.
这篇关于表格视图部分按日期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!