By bloid
via pilhuhn.blogspot.com
Published: Jan 06 2008 / 17:37
Sometimes you want to save some user preferences for your app. Luckily there is good support for this in Mac OS X.
Perferences are key-value pairs that can be stored in the filesystem. The system works in multiple layers which means that if a key is not found in an upper layer, it will be searched in the layer below.
SaveShareSend
Tags: apple, frameworks, other languages
Add your comment