Re: High Scores local to iPhone app
Re: High Scores local to iPhone app
- Subject: Re: High Scores local to iPhone app
- From: Randall Meadows <email@hidden>
- Date: Tue, 5 May 2009 12:56:43 -0600
On May 5, 2009, at 12:50 PM, Eric E. Dolecki wrote:
Probably only 10... however I understand that a plist can't store
complex
data... how would this work for pairs? Normally I'd only be able to
store
just a list of scores, not paired with names, correct?
Wrong. A plist can contain an NSDictionary, which would contain your
names and scores as key/value pairs. It even has a -writeToFile:...
method. Easy peasy.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden