TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Alex Mertvetsov.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Creates or updates new item with the provided value and ID:
[AXEasyKeychainWrapper updateValue:@"value" withId:@"KeychainId"];
Returns value for provided ID:
NSString *value = [AXEasyKeychainWrapper valueById:@"KeychainId"];
Remove all items:
[AXEasyKeychainWrapper clearKeychain];
Alexander Mertvetsov, [email protected]
AXEasyKeychain is available under the MIT license. See the LICENSE file for more info.