/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
[UIView animateWithDuration:0.2 animations:^{ view.alpha = 0.0; } completion:^(BOOL finished){ [view removeFromSuperview]; }];