Skip to content

Instantly share code, notes, and snippets.

@paulw11
Created April 25, 2015 23:35
Show Gist options
  • Save paulw11/2e62d4314d45e5270e1f to your computer and use it in GitHub Desktop.
Save paulw11/2e62d4314d45e5270e1f to your computer and use it in GitHub Desktop.
self.keyboardHeight.constant = height;
[self.view setNeedsUpdateConstraints];
[UIView animateWithDuration:animationDuration animations:^{
[self.view layoutIfNeeded];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment