|
@@ -31,6 +31,11 @@ TegKeychain.set("my key", value: nsDataObject)
|
|
|
TegKeychain.getData("my key")
|
|
TegKeychain.getData("my key")
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+## Demo app
|
|
|
|
|
+
|
|
|
|
|
+<img src="https://raw.githubusercontent.com/exchangegroup/keychain-swift/master/graphics/keychain-swift-demo.png" alt="Sacing and reading text from Keychaing in iOS and Swift">
|
|
|
|
|
+
|
|
|
### Reference
|
|
### Reference
|
|
|
|
|
|
|
|
The code is based on this gist:
|
|
The code is based on this gist:
|