Created
December 3, 2017 12:41
-
-
Save azamsharp/629301239a08f005b9ad2c0c6b6c12c1 to your computer and use it in GitHub Desktop.
seg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@IBAction func saveButtonClicked() { | |
let user = User(username: self.usernameTextField.text!, password: self.passwordTextField.text!) | |
self.dataAccess.saveUser(user) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment