iOS Training from beginner to advanced
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… Continue Reading “Using Settings Bundles with Swift”
While Property Lists can be ways of storing data, there is a better way of handling small amounts of data for preferences and settings that might change over time and user. While built on a property list, NSUSerDefaults Makes for a more convenient way… Continue Reading “How to Use NSUserDefaults in Swift.”