Change the color of default red color delete button in UITableViewCell when swiping rows or click on edit button

前端 未结 5 1729
离开以前
离开以前 2020-11-28 04:43

I wanted to change the color of minus button and delete button of UITableViewCell when click on edit button or swiping UITableView rows. I have imp

5条回答
  •  余生分开走
    2020-11-28 05:31

    Not possible using public API.

    For the delete button, you can use a custom implementation, such as SWTableViewCell, to change the color of the button, as well as add others.

提交回复
热议问题