Skip to content

Instantly share code, notes, and snippets.

@peerasak-u
Created May 23, 2014 16:30
Show Gist options
  • Select an option

  • Save peerasak-u/c5c379b1183c2b6f54b7 to your computer and use it in GitHub Desktop.

Select an option

Save peerasak-u/c5c379b1183c2b6f54b7 to your computer and use it in GitHub Desktop.
_logoImage.frame = CGRectMake(130.0, 240.0, _logoImage.frame.size.width, _logoImage.frame.size.heigth);
[UIView animateWithDuration:0.37 delay:0.0 options:UIViewAnimationOptionCurveEaseInOut animations:^{
_logoImage.frame = CGRectMake(130.0, 90.0, _logoImage.frame.size.width, _logoImage.frame.size.heigth);
} completion:^(BOOL finished) {
[self showLoginForm];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment