Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state.
Preferences could be user preferences NSUserDefaults, iCloud stored preferences NSUbiquitousKeyValueStore, key chain, file stored preferences (ex: plist) or your own private application preferences - ie. any object which implement the protocol PreferencesType, which define key value store methods.
You can 'merge' multiples preferences and work with them transparently.
Your new post is loading...