/ Published in: Objective C
Expand |
Embed | Plain Text
newView.alpha = 0.0f; [UIView beginAnimations:@"fadeInNewView" context:NULL]; [UIView setAnimationDuration:1.0]; secondView.alpha = 1.0f; [UIView commitAnimations];
You need to login to post a comment.
