![]() |
|
Create a dictionary property list programmatically - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: iPhone, iPad & iPod Game Development (/forum-11.html) +--- Thread: Create a dictionary property list programmatically (/thread-1021.html) |
Create a dictionary property list programmatically - ulquiorra - Jul 14, 2009 05:08 AM Hello all , I seem to be a little stuck on the creating propertly list issue( new to iPhone development so bear with me ). I want to create a dictionary which feeds data to my uitableview but I seem to be getting some hard luck. I want to create a dictionary that resembles this one ( give or take a couple of items less ) ItemFour.jpg (image) I've looked at this tutorial Property List Programming Guide: Creating Property Lists Programmatically and I came up with a small sample of my own Code: /keysit's obvious that i'm trying to use this data of hierachy for my tableviews.. I'm actually using this example Drill down table view with a detail view - iPhone SDK Articles So I was wondering how can I can create my propertylist( dictionary ) programmatically so that I can fill it with my own arrays. those of you who read it thnx in advance |