Late last year I mentioned a nice Swift library for working with the Keychain API for storing sensitive user preferences.
Here’s an open source library that simplifies the management of application preferences, and app state called Prephirences from Phi Mage.
Prephirences is a Swift based library and not only lets you work with NSUserDefaults, but also with iCloud’s NSUBiquitousKeyValueStore, and also makes it easy to work with other app preferences such as those stored in a plist file. Helpers are included for easy creation, modification, and accessing of preferences.
You can find Prephirences on Github here.
A nice library for working with app preferences.
Original article: Open Source Swift Library For Working With App Preferences
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.