mirror of
https://github.com/zhigang1992/UICKeyChainStore.git
synced 2026-01-12 22:53:17 +08:00
first commit
This commit is contained in:
10
README.md
10
README.md
@@ -36,7 +36,7 @@ Remove items.
|
||||
```
|
||||
|
||||
=====
|
||||
### Using store object, easy to edit multiple items.
|
||||
### Using store object, easier to edit multiple items
|
||||
|
||||
Instantiate store object with default service name.
|
||||
|
||||
@@ -68,5 +68,13 @@ Remove items.
|
||||
[store synchronize]; // Write to keychain.
|
||||
```
|
||||
|
||||
---
|
||||
### Debug print
|
||||
|
||||
```objective-c
|
||||
UICKeyChainStore *store = [UICKeyChainStore keyChainStoreWithService:@"com.kishikawakatsumi"];
|
||||
NSLog(@"%@", store); // Print all keys and values for the service.
|
||||
```
|
||||
|
||||
---
|
||||
Easy as that. (See [UICKeyChainStore.h](https://github.com/kishikawakatsumi/UICKeyChainStore/blob/master/UICKeyChainStore.h) for all of the methods.)
|
||||
|
||||
Reference in New Issue
Block a user