myView.alpha=0; [mySuperView addSubview:myView]; [UIView animateWithDuration:0.2 animations:^{myView.alpha = 1.0;} completion:nil];
No comments:
Post a Comment