Skip to content

Instantly share code, notes, and snippets.

@kaiix
Created December 6, 2012 09:33
Show Gist options
  • Select an option

  • Save kaiix/4223248 to your computer and use it in GitHub Desktop.

Select an option

Save kaiix/4223248 to your computer and use it in GitHub Desktop.
control keyboard animation speed
[UIView animateWithDuration:0.0f animations:^{
[textView_ becomeFirstResponder];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment