开发者

How to sort table view items?

开发者 https://www.devze.com 2023-01-11 08:33 出处:网络
Are there any built-in tools to sorting cells in开发者_如何转开发 a tableview by content title etc ?No, it\'s assumed that whatever data model you are maintaining behind the table view can be sorted,

Are there any built-in tools to sorting cells in开发者_如何转开发 a tableview by content title etc ?


No, it's assumed that whatever data model you are maintaining behind the table view can be sorted, or accessed in the appropriate order for displaying. You'll want to study here and here.

0

精彩评论

暂无评论...
验证码 换一张
取 消