TableView cell Images from Plist
I'm working on an application using a tableview I am populating with a plist, and can't figure out how to set the cell images with a plist file.
I want to have a unique image for every cell, I have the plist set up with arrays named 01 02 etc for the order I want them in, then a string in each array for the text displayed in the table view.
Is it possible to have another string in each array with a filename for the picture, and just display the picture in the corresponding cell somehow?
|