I am wondering how much information I can store in a plist? I have a video of my Application that I've been working on with much help from this board. It that shows the skills list and how you can create new ones and it saves to a plist. http://sbtraveler.tv/xpCalc/xpCalc_v2.mov
I would like to add one last thing to this program. When the user finishes combat I would like to have a window pop up and they can fill in the details like name, experience points, write details and list what ever items they got (treasure) they had. Maybe 5 or 6 text fields that I would store in a plist.
With an NSMutableDictionary I can store a Key and Object, not enough. Maybe many Dictionaries then stored into a plist but I an guessing there is an easier way to do this. So tonight I am trying research the best way to approach it problem.
Any ideas I should research?
Thanks
I would like to add one last thing to this program. When the user finishes combat I would like to have a window pop up and they can fill in the details like name, experience points, write details and list what ever items they got (treasure) they had. Maybe 5 or 6 text fields that I would store in a plist.
With an NSMutableDictionary I can store a Key and Object, not enough. Maybe many Dictionaries then stored into a plist but I an guessing there is an easier way to do this. So tonight I am trying research the best way to approach it problem.
Any ideas I should research?
Thanks