How to make a UITableView with a database on iOS

traceyjm

New Member
I want to display data into sections that I get from database. My objective is to display data depending on date of creation (date is an attribute of my object), so the header must be the date of creation. Any ideas on how I could do this?
 
Top