Skip to content

Instantly share code, notes, and snippets.

@rodericj
Created November 20, 2014 00:13
Show Gist options
  • Save rodericj/4d0f024140cd61e95354 to your computer and use it in GitHub Desktop.
Save rodericj/4d0f024140cd61e95354 to your computer and use it in GitHub Desktop.
self.connectorLineHeightConstraint.constant = 44;
[UIView animateWithDuration:3 animations:^{
[self layoutIfNeeded];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment