Integrated NSUserDefaults

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
doobox
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 284
Joined: Tue May 24, 2011 11:47 pm

Integrated NSUserDefaults

Post by doobox » Sat Jun 25, 2011 12:09 am

Hi there,

My feature request for a better Live code experience:

A way to store key value pairs. Using the ios default settings.

Something like this:

Code: Select all

iPhoneSetValueForKey thevalueasstring, [ thekeyreference ]

iPhoneGetValueForKey  [ thekeyreference ]
Kind Regards
Gary
Kind Regards
Gary

https://www.doobox.co.uk

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: Integrated NSUserDefaults

Post by shaosean » Sat Jun 25, 2011 10:05 am

write an external with the new iOS SDK

Post Reply