文件名称:PAKeychainService:围绕 iOS 钥匙串的一个非常简单的 Swift 包装器
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-17 05:57:26
Swift
PAKeychain服务 围绕 iOS 钥匙串的一个非常简单的 Swift 包装器。 用法 取回 if let emailValue = PAKeychainService.sharedService.getContentsOfKey("email") { ... } 更新/保存 PAKeychainService.sharedService.saveContentsForKey("new value", key: "email")
【文件预览】:
PAKeychainService-master
----.gitignore(495B)
----Debug.swift(146B)
----KeychainObjCWrapper.m(1KB)
----PAKeychainService.swift(2KB)
----LICENSE(1KB)
----README.md(308B)
----PAKeychainService-Bridging-Header.h(135B)
----KeychainObjCWrapper.h(257B)