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