2
votes
iPhone restrict user from entering space in textfield
This will search to see if your replacement string contains a space, if it does then it throws the error message up, if it doesn't it returns YES.
- (BOOL)textField:(UITextField *)t …
