文件名称:ios-钥匙串(keychain)存储.zip
文件大小:58KB
文件格式:ZIP
更新时间:2022-07-31 13:30:33
数据持久化
可用keychain方式代替平时[[NSUserDefaults standardUserDefaults] setObject: forKey: ]存储和读取。
【文件预览】:
KeychainExample
----KeychainExample.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(13KB)
--------xcuserdata()
----.git()
--------index(2KB)
--------hooks()
--------config(137B)
--------description(73B)
--------refs()
--------logs()
--------objects()
--------info()
--------COMMIT_EDITMSG(15B)
--------HEAD(23B)
----.DS_Store(6KB)
----cyhkeychain()
--------Cyhkeychain.m(2KB)
--------Cyhkeychain.h(681B)
--------.DS_Store(6KB)
----KeychainExample()
--------Assets.xcassets()
--------main.m(331B)
--------KeychainItemWrapper()
--------AppDelegate.h(274B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------cyhkeychain()
--------ViewController.h(212B)
--------Info.plist(1KB)
--------ViewController.m(613B)