Skip to content

Instantly share code, notes, and snippets.

@HelloCore
Created June 22, 2017 17:23
Show Gist options
  • Save HelloCore/6a58f01bda7a2d31f7f515ef613383c9 to your computer and use it in GitHub Desktop.
Save HelloCore/6a58f01bda7a2d31f7f515ef613383c9 to your computer and use it in GitHub Desktop.
func onTextChanged() {
loginBtn.isEnabled = (username.length > 4) && (password.length > 4)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment