jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 340 forks source link

The README hasn't been updated for the remove method #70

Closed lztetreault closed 7 years ago

lztetreault commented 8 years ago

it still reads: remove(key: )

should read: removeObject(forKey: )

jrendel commented 7 years ago

Thanks, this will be in the next update. I'm putting together a minor update now.