English 中文(简体)
can appcelerator use NSUserDefaults on iphone?
原标题:

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!!

最佳回答
问题回答

暂无回答




相关问题
iphone dev - NSUserDefaults check for boolean existence

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 ...

NSUserDefaults - How to tell if a key exists

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 ...

How to use another app s settings

What code could I use in an iPhone app to get and set the settings of another app I wrote? (preferably using NSUserDefaults)

UserDefaults/KeyedArchiver Frustrations

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 ...

NSUserDefaults are not being written to disk

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 ...

iPhone NSUserDefaults persistance difficulty

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). ...

热门标签