Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. [UIView animateWithDuration:duration delay:0 options:UIViewAnimationOptionCurveEaseOut animations:^{
  2. [self.myContentView layoutIfNeeded];
  3. } completion:completion];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement