It is 10 days that i am fighting to populate a tableView with a plist.
Here my the plist.
item 0
description
descr1
image
image1.jpg
name
mom
item 1
description
descr2
image
image2.png
name
dad
I need to populate with the string “name”.
I tried to post my code but the form it is always saying my code is not formatted properly so i cannot post it.
thanks for any help.
have a look to Apple tutorial here http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/TableView_iPhone/CreateConfigureTableView/CreateConfigureTableView.html
Simple if you follow this guide.