Monday, April 30, 2012

UITableView with Core Data ordered by time, not alphabetically

I'm working on an app that uses Core Data and a UITableView. What I've noticed is that when I add a new TableView entry, the cells seem to order alphabetically. Is there a way to make it so the cells are ordered by the time I add them (from top to bottom) rather than by the alphabet. Thanks!





No comments:

Post a Comment