I am using this keychain wrapper to get and set keychain: https://github.com/jrendel/SwiftKeychainWrapper
I cannot seem to find a way to iterate existing keys in the keychain in my app
Is there a way of doing this?
One solution I have in mind is to save all the saved keys in a plist and iterate that - which doesn't sound too good.