CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Apr 2015 |
Maintained by Lucian Boboc.
A keychain wrapper to help you save username and password very easy.
// to save a username and password:
[LBKeychain saveUsernameValueInKeychain: self.emailTextField.text andPasswordValue: self.passwordTextField.text];
// to autocomplete a username and password:
[LBKeychain autocompleteValuesForUsernameField: self.emailTextField andPasswordField: self.passwordTextField];
saveValueInKeychain:forIdentifier: method.
deleteItemFromKeychainForIdentifier: method.searchValueForIdentifierInKeychain: method.saveUsernameValueInKeychain:andPasswordValue: method. This method uses the kLBKeychainUsername value for the user, but that can be changed in LBkeychain.mdeleteUsernameAndPasswordItemsFromKeychain method.saveUsernameValueInKeychain:andPasswordValue: method you should use searchUsernameValueInKeychain method.autocompleteValuesForUsernameField:andPasswordField: method.This content is released under the MIT License https://github.com/lucianboboc/LBKeychain/blob/master/LICENSE.md
Enjoy!