我想知道是否有人可以帮助SwiftKeychainWrapper 3.0.1的辅助功能选项?
我已经安装了pod并导入了SwiftKeychainWrapper。
如果我使用:
KeychainWrapper.standard.set(true, forKey: "SavePicture")
它工作正常,但我使用:
KeychainWrapper.standard.set(true, forKey: "SavePicture", withAccessibility: KeychainItemAccessibility.afterFirstUnloc
k)的
值永远不会变为true。
我错过了一些非常明显的东西吗?非常感谢任何建议:)