Reputation: 1364
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
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