Skip to content

stremsdoerfer/KeychainManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeychainManager

KeychainManager is a simple yet effective Keychain wrapper that allows you to save a string and get it back with its given key.


To save a string:

[[KeychainManager sharedInstance] saveValue:@"test123" identifier:@"myKey" accessGroup:nil];

To get it back:

[[KeychainManager sharedInstance] valueWithIdentifer:@"myKey" accessGroup:nil];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published