Quick question. I have a passcode system in my app, that I want to give the option of \"locking\" out the app, if too many incorrect passcodes are entered. I can easily do this, by having a UISwitch t
Hi i am making an app which will save data(say... time,location ,etc) many times in a day NOW i have to maintain full history of this...for months
I have my settings.bundle configured to show 4 settings, which I want user to access/change. During applica开发者_StackOverflow社区tion lifetime I have another couple of values, that i store in NSUser
I am passing an integer value to the NSUserDefault object to store for use when my app loads up. I HAD it working perfectly until I tried to switch that integer value to a float. It caused a whole bun
I load from NSUserDefaults in my object\'s init method. Can I save to NSUserDefaults in my object\'s dealloc method?
I\'d like to save my gold and experience attributes so that they can be retrieved whenever the app launches.
I am working on a bookmarking feature for a book reader iOS app I have. The way it is setup now, the user scrolls through a view, and when they want to save, or bookmark their spot before they leave,
EDIT: Here is a working version. I was able to retrieve my object within the NSMUtableArray after I saved and loaded it from the NSUserDefaults via NSCoding. I think it\'s important to mention, that y
I\'m using Monotouch for iPhone/iPad development and I have a built in system where the user can submit a bug report from the app.It would be nice to capture their \"se开发者_开发百科ttings\" which I
I\'d like to have my NSSegmentedControl with a segment selected when enabled and with no segment selected while disabled (the kind of behavior that the view NSSegmentedControl in iTunes has).