i want the image will be displayed and then hide and so on, i tried nil and blank ...
-(void) animationGlaw {
    glawBall.animationImages = [NSArray arrayWithObjects:
            [UIImage imageNamed:@"1.png"],
            [UIImage imageNamed:@""], nil];
    glawBall.animationDuration = 0.50;
    glawBall.animationRepeatCount = 0;
    [glawBall startAnimating];
}