0

I need to change the color of swipe to delete button from red to my customized color. Is this possible? Any help will be great.

1 Answers1

1

You cannot modify it. You need to implement your own button. You can add a swipe gesture on the cell and do the animation to show the button. Then handle the button action accordingly.

iDev
  • 23,310
  • 7
  • 60
  • 85
  • @user1448493, Can you please accept, if this helped. There is a tick mark next to the answer. – iDev Dec 13 '12 at 01:05