Skip to content

Instantly share code, notes, and snippets.

@jen2
Created May 8, 2017 00:21
Show Gist options
  • Save jen2/6071083cd55b5695504e9dcb6343c95b to your computer and use it in GitHub Desktop.
Save jen2/6071083cd55b5695504e9dcb6343c95b to your computer and use it in GitHub Desktop.
"Securing user data with Keychain for iOS" Initial set up.
import UIKit
import SwiftKeychainWrapper
class ViewController: UIViewController {
@IBOutlet weak var passwordTextField: UITextField!
override func viewDidLoad() {
super.viewDidLoad()
}
@IBAction func savePasswordButtonTapped(_ sender: UIButton) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment