Guest User

Untitled

a guest
Jul 18th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. button.isEnabled = false
  2.  
  3. func textFieldShouldEndEditing(_ textField: UITextField) -> Bool
  4. {
  5. // Here you can validate the phone number and then...
  6. button.isEnabled = true
  7. return true
  8. }
Add Comment
Please, Sign In to add comment