In my past projects I always made a NSObject-HelperClass which interacts with a selfmade-Plist. Now i hear I can use [NSUserDefaults standardUserDefaults] and have also my dictionary.
So why should I use UserDefaults instead of my own NSObject which massages the plist?
cheers endo