/ Published in: Objective C
                    
                                        
It set the alpha to zero so the view will be invisible
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:0.5];
[myImageView setAlpha:0];
[UIView commitAnimations];
Comments
 Subscribe to comments
                    Subscribe to comments
                
                