Open EdmundMai opened 8 years ago
@EdmundMai
var data: [String: AnyObject] {
Change AnyObject
to Any
The readme is out of date with the code.
I thought the required for CreateableSecureStorable is data: [String : Any]
but Xcode requires me to add createInSecureStore()
and updateInSecureStore()
what should I do with these methods? No explanation on the readme about this.
It's already 2018, still no update with the readme sample codes? I see updates in the source code so this isn't dead but why the readme isn't updated? If you copy-paste the codes in the readme you'll have a bunch of errors to fix.
I'm running into errors just from copying and pasting the code from the readme.
that doesn't work