Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 325 Bytes

File metadata and controls

6 lines (5 loc) · 325 Bytes

KeychainWrapperSwift3

Jason Rendel's KeychainWrapper, fixed + working in Swift 3.

Purpose

KeychainWrapper is a class to help make Keychain access in Swift more straightforward. This class is designed to make accessing the Keychain services more like using NSUserDefaults, which is much more familiar to iOS developers.