Set,
textField.clearsOnBeginEditing = NO;
Note: This won’t work if secureTextEntry = YES. It seems, by default, iOS clears the text of secure entry text fields before editing, no matter clearsOnBeginEditing is YES or NO.
Set,
textField.clearsOnBeginEditing = NO;
Note: This won’t work if secureTextEntry = YES. It seems, by default, iOS clears the text of secure entry text fields before editing, no matter clearsOnBeginEditing is YES or NO.