first commit

This commit is contained in:
Kishikawa Katsumi
2011-11-20 11:06:54 +09:00
parent 5432805950
commit 94b92a3eda

View File

@@ -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"];