I m trying out the version 1.2 appcelerator and wanted to use the NSUserDefaults with it... has anyone tried that before??
I can find it in the docs... :{
thanks!!
I m trying out the version 1.2 appcelerator and wanted to use the NSUserDefaults with it... has anyone tried that before??
I can find it in the docs... :{
thanks!!
Check out Titanium.App.Properties: http://developer.appcelerator.com/apidoc/mobile/1.2/Titanium.App.Properties
I want to have an If statement that allows me to tell whether I have an NSUserDefaults saved or not.
I ve just added a settings bundle to my app and am having trouble reading the bool settings. I know that upon launch of the app, the settings are not read unless the user actually enters them - and ...
I m working on a small iPhone app, and I am using NSUserDefaults as my data persistence. It only has to keep track of a few things, such as some names and some numbers so I figure I might as well ...
What code could I use in an iPhone app to get and set the settings of another app I wrote? (preferably using NSUserDefaults)
I m working on a homework app that uses custom Assignment objects for each assignment. I am trying to store an NSMutableArray (casted to an NSArray via initWithArray:) in standardUserDefaults but I m ...
I save some strings and numbers to NSUSerDefault, but when I uninstall and reinstall the app the data is ereased. Is there a possibility to store data some where else? Maybe in keychain?
I set some values to NSUserDefaults and if I retrieve them without exiting the app, everything works fine. When I restart the app, the changes disappear in 95% of the time. In 5% of the time ...
In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...