jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

Added subscript wrapper #151

Closed VatoKo closed 3 years ago

VatoKo commented 4 years ago

Added subscript to KeychainWrapper which makes it easier to store and access data. Description for usage is in README.