I am trying to achieve a ripple effect in my iOS app where if the user touches a specific button the UIView ripples. I tried googling on this but the results got me even more confused. At some places I thought it was related to CAAnimation, then CAFilter etc. I could not find any decent tutorial on this, so if any one can help me, what code shall go in my following method. (It is called at the press of a button)
- (void)buttonPressed:(id)sender
I need to know how can I achieve a ripple effect on the view programmatically. Thanks in advance.