I am trying to get the sections and index for UITableView
from Sqlite (I am using FMDB as the wrapper).
I just can't seem to figure out where to start.
I can read the information back from the DB and store it in a NSMutableArray
.
I have tried the following site but he is using a plist. http://www.icodeblog.com/2010/12/10/implementing-uitableview-sections-from-an-nsarray-of-nsdictionary-objects/
Any advice would be appreciated.