I am new to iPhone development.
I've seen many applications, which have their settings stored in the iPhone's setting app. For example, Default User Name & Password are stored in settings for "myApp."
Whenever the user starts "myApp", userName & password are loaded from the settings app.
How would I implement this functionality into my own app?
any links / any help / any source code / samples
Thanks in advance for being nice to me.