mirror of
https://github.com/zhigang1992/UICKeyChainStore.git
synced 2026-01-12 22:53:17 +08:00
first commit
This commit is contained in:
@@ -56,7 +56,7 @@ Add items and save.
|
||||
[store setString:@"kishikawakatsumi@mac.com" forKey:@"username"];
|
||||
[store setString:@"katsumi6100" forKey:@"password"];
|
||||
|
||||
[store synchronize];
|
||||
[store synchronize]; // Write to keychain.
|
||||
```
|
||||
|
||||
Remove items.
|
||||
@@ -65,7 +65,7 @@ Remove items.
|
||||
[store removeItemForKey:@"username"];
|
||||
[store removeItemForKey:@"password"];
|
||||
|
||||
[store synchronize];
|
||||
[store synchronize]; // Write to keychain.
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user