1
vote
1answer
14 views
is it possible to store single linked list information in NSUserDefaults of iphone
is it possible to store single linked list information in NSUserDefaults of iphone. If there is an another way to store the information please mention that also
0
votes
0answers
7 views
Best way to store data for iPhone Profiles app
Im writing a profiles app that will allow the user to create a custom profile (as in Bluetooth, hone, Vibrate, WiFi, etc.). Im not sure what the best or EASIEST (less code) way to …
1
vote
2answers
70 views
Do NSUserDefaults persist through an Update to an app in the Appstore?
Hi,
Is this the case? Do NSUserDefaults get reset when you submit an update to an app on the App Store, or are they reset?
My app is crashing when updated but not crashing when d …
0
votes
2answers
66 views
NSUserDefaults are not being written to disk
Hello,
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. …
0
votes
2answers
45 views
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 …
1
vote
2answers
135 views
how can i store value in an NSArray using WritetoFile?
i wana store the index of seleted cell of table using NSArray, can u help me....
4
votes
5answers
91 views
Easy way to see saved NSUserDefaults?
Hey, is there a way to see what's been saved to NSUserDefaults directly? I'd like to see if my data saved correctly. Thanks!
0
votes
1answer
33 views
Method that gets executed when the application becomes active
Hi all,
I have a very basic doubt regarding the method that gets executed when app becomes active. So this is the sequence
1.User executes an application for sometime
2.User …
0
votes
1answer
17 views
Using NSUserDefaults from javascript webapp
Hi!
I need to store and access preferences (like colour, etc.) from a javascript webapp.. Is there some webkit access to the NSUserDefaults? (or maybe CFPreferences ?)
0
votes
2answers
60 views
Is it possible to save the state of a timer in the User Defaults?
I have a label on which I am showing countdown timer.
Now if I close my app the timer will be off and the label's text also. I know that we can save the label's text value. But h …
0
votes
1answer
102 views
Updating & changing settings plist files with new versions of an app
Hi there,
I've got a default settings plist file in the resources folder of my app, and on the first launch that gets copied to the documents folder.
In successive versions of th …
0
votes
1answer
35 views
how to save slidervalue and label value in nsuserdefaults or any other efficient way?
i have a view with one slider and a label.i am showing a countdown on label and setting time on label using slider.now suppose i have started the timer so the label's value is decr …
0
votes
2answers
92 views
iPhone and NSUserDefaults
In my viewWillLoad: method I'm currently doing something along these lines:
- (void)viewWillAppear:(BOOL)animated {
NSUserDefaults *defaults = [NSUserDefaults standardUserDefau …
0
votes
2answers
59 views
When and why does NSUserDefaults’ synchronize method fail?
When and why does NSUserDefaults' synchronize method fail? What is the best way to make sure that my values are actually written and commited to NSUserDefaults, so I wouldn't have …
1
vote
4answers
333 views
iPhone Objective C : Saving & Loading UIColor into & from NSUserDefaults
What's the easiest way to save UIColor into NSUserDefaults ?
And how to re-create it from NSUserDefaults?
Many thanks for reading
