Skip to content

Instantly share code, notes, and snippets.

@tkoki
Created August 5, 2013 02:09
Show Gist options
  • Save tkoki/6153003 to your computer and use it in GitHub Desktop.
Save tkoki/6153003 to your computer and use it in GitHub Desktop.
UIViewのちょいアニメ
[UIView animateWithDuration:0.5 animations:^{
self.imageView.alpha = 0.0;
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment