/ Published in: Objective C
It set the alpha to zero so the view will be invisible
Expand |
Embed | Plain Text
[UIView beginAnimations:nil context:NULL]; [UIView setAnimationDuration:0.5]; [myImageView setAlpha:0]; [UIView commitAnimations];
You need to login to post a comment.
