mirror of
https://github.com/zhigang1992/UICKeyChainStore.git
synced 2026-04-30 02:05:00 +08:00
first commit
This commit is contained in:
@@ -38,11 +38,13 @@ Remove items.
|
|||||||
=====
|
=====
|
||||||
### Using store object, easy to edit multiple items.
|
### Using store object, easy to edit multiple items.
|
||||||
|
|
||||||
|
Instantiate store object with default service name.
|
||||||
|
|
||||||
```objective-c
|
```objective-c
|
||||||
UICKeyChainStore *store = [UICKeyChainStore keyChain];
|
UICKeyChainStore *store = [UICKeyChainStore keyChain];
|
||||||
```
|
```
|
||||||
|
|
||||||
or,
|
Or specify the service name.
|
||||||
|
|
||||||
```objective-c
|
```objective-c
|
||||||
UICKeyChainStore *store = [UICKeyChainStore keyChainStoreWithService:@"com.kishikawakatsumi"];
|
UICKeyChainStore *store = [UICKeyChainStore keyChainStoreWithService:@"com.kishikawakatsumi"];
|
||||||
|
|||||||
Reference in New Issue
Block a user