Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. //change textField to the name of your UITextField
  2. if ([textField.text isEqualToString:@""]) {
  3.  
  4. //Make a UIAlertView or something and tell the user that the textfield is empty
  5.  
  6. }
Add Comment
Please, Sign In to add comment