Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created July 14, 2020 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevencurtis/376887e5b2a8ad5315e9c2dcbcd16dfe to your computer and use it in GitHub Desktop.
Save stevencurtis/376887e5b2a8ad5315e9c2dcbcd16dfe to your computer and use it in GitHub Desktop.
usernamechanged
@objc func userNameTextFieldDidChange(_ sender: UITextField) {
loginViewModel?.username = sender.text ?? ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment