I want to handle swiping event inside the cell in order to set alpha value of delete button increasing gradually.
I would like to have like this:
As It is seen in the image, while swiping the cell through the left side, editing buttons' alpha increases. And finally It is set to 1.0. How can I implement increasing alpha on swiping using default red delete button? Note: I have followed the Bradens' answer to handle delete button inside the cell in iOS 6/7.