Looked intoUIKeyboardAnimationDurationUserInfoKey but I just can\'t find anywhere how to set it to a custom value.
UIKeyboardAnimationDurationUserInfoKey
Try
[UIView performWithoutAnimation:^{ [textField becomeFirstResponder]; }];