uttam
uttam

Reputation: 1364

how to collect the data from database in array and then put that data for each row of table view in objective-c

i want to collect the data from database in the array and then after put that in each cell of the table view.

i dont know how to retrieve the data in array for select * from tablename for single row.

Upvotes: 0

Views: 144

Answers (1)

deanWombourne
deanWombourne

Reputation: 38485

If you're talking about a Core Data database, doing this tutorial from developer.apple.com should give you an idea of how to do it.

Sam

Upvotes: 1

Related Questions