Reading plist into TableView
I started this project with a simple plist of a dictionary with two arrays of strings. I now want to add more information and want to use this plist structure: Root - Dictionary - (2 items) Standard - Array - (3 items) Item 0 - Dictionary - (4 items) Color - String - Red Rvalue - String - 255 Gvalue - String - 0 Bvalue - String - 0 Sorry about typing in the plist but the site would not let me post an image I know that the RGB values could be numbers instead of strings but I have a reason for them being strings. This is the code I used to read the simple plist: - (UITableViewCell *)tableView: