Attaching button press effect for Tap gesture on UIView in iOS 7
In this post, we will define how to put press effect on tap gesture on UIView.Steps:1. First of all choose the view on which you want to put button press effect.Ex: Lets say we have a view with name tappedView2. Change background color of the view before doing the effect of...
[Read More]