I am making a view based application where i wish to give water effect to the view.
Please help me.
I am using following code
[UIView beginAnimations:@"rippleEffect" context:NULL];
[UIView setAnimationDuration:1.0];
[UIView setAnimationTransition:(UIViewAnimationTransition)110 forView:view cache:NO];
[UIView commitAnimations];
you can set View
WaterEffectby tapping Button i just Google it and i got Answer FROMFirst You need to add
QuartzCore.frameworkin your Project from Target->Build Phases-> link Binary with library click on + button.#import <QuartzCore/QuartzCore.h>in .m fileNow implement this IBAction of BUTTON