Hi All,
Does anyone know how to create a sectioned Uitableview using sqlite to populate it? I have sqlite database setup, I just cannot figure out how to make sure the correct rows appear in their correct sections. Also, each row/record has multiple fields. For example, lets say it's a list of cars that are sectioned by manufacturer. Each car has model number, color, transmission type, etc. Also, it's a long list so proper use of memory is important.
Any help would be greatly appreciated I have been working on this for over a week.
Thanks!!