evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.82k stars 345 forks source link

Does this have update method? #86

Open hungwei0331 opened 5 years ago

hungwei0331 commented 5 years ago

excuse me,

after I set the value into keychain,

if I want to update information,

which method should I call? thanks.

evgenyneu commented 5 years ago

Hi @hungwei0331, thanks for the question.

One can call the set method, it works both for storing data initially and updating existing data.

hungwei0331 commented 5 years ago

I see, thanks for your support