UDWrapper
UDWrapper is userdefaults wrapper, but adding a safety layer by encryping persisted data.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
UDWrapper is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'UDWrapper'
Usage
// Store
UDWrappper.shared.set(userDefaultKeyValue: "key", string: "Hello Worlkd!")
// Load
let value = UDWrappper.shared.getString(userDefaultKeyValue: StoredKeyValue.attrString)
Author
Javier Calatrava Llaveria, [email protected]
License
UDWrapper is available under the MIT license. See the LICENSE file for more info.