views:

51

answers:

0

Hello,

I am trying to populate an iphone table view with values from an SQLite database. Lets say the table is as follows:


Name      description     picture
poodle    likes to growl      poodle.jpg
cat          likes to meow     cat.jpg
...                   ...                   ...


How would I populate an iphone tableview to include eveything under the name column, and then when I click on one of the items it loads another view containing the picture and description. PS: I'm pretty new to IOS programming.

Thank you,
Fernando Diaz