myView.alpha=0; [mySuperView addSubview:myView]; [UIView animateWithDuration:0.2 animations:^{myView.alpha = 1.0;} completion:nil];
[UIView animateWithDuration:0.2 animations:^{view.alpha = 0.0;} completion:^(BOOL finished){ [view removeFromSuperview]; }];