Created
April 25, 2015 23:35
-
-
Save paulw11/2e62d4314d45e5270e1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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