Reputation: 21
Are there any built-in tools to sorting cells in a tableview by content title etc ?
Upvotes: 0
Views: 398
Reputation: 1492
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.
Upvotes: 1