Tag: NSUserDefaultsDidChangeNotification
-
Using Settings Bundles with Swift
Have you ever wondered how to put user defined settings for your app into the settings app? Xcode can create a special property list called a settings bundle which can append the NSUserDefaults with more entries from Settings App. You’ll find out in this lesson how to set up a settings bundle in your app…