Return to Snippet

Revision: 24900
at March 15, 2010 11:50 by rabc


Initial Code
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:0.5];
[myImageView setAlpha:0];
[UIView commitAnimations];

Initial URL


Initial Description
It set the alpha to zero so the view will be invisible

Initial Title
Make a UIView invisible

Initial Tags
iphone

Initial Language
Objective C