create custom delete button for uitableview

前端 未结 1 522
梦如初夏
梦如初夏 2020-12-17 01:49

Im working on an ios app and my question is how to change the default button on swipe to delete on a uitableview. i see i can change the text with titleForDeleteConfirmation

相关标签:
1条回答
  • 2020-12-17 02:23

    Here is a great open-source class for doing exactly this, based on the behavior of the Twitter app:

    https://github.com/thermogl/TISwipeableTableView

    0 讨论(0)
提交回复
热议问题