Return to Snippet

Revision: 43968
at April 4, 2011 17:52 by BenClayton


Initial Code
[UIView animateWithDuration:0.2 animations:^{
        view.alpha = 0.0;
    } completion:^(BOOL finished){
        [view removeFromSuperview];
    }];

Initial URL


Initial Description


Initial Title
iOS / iPhone: Fade out and remove view

Initial Tags


Initial Language
Objective C