Revision: 24900
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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