UITableView swipe to delete with no confirmation

前端 未结 2 1939
一整个雨季
一整个雨季 2021-01-20 12:32

Quick question about swipe to delete feature in UITableView - is there a way to just go ahead and delete the row without showing the Delete button and waiting for user\'s co

2条回答
  •  执笔经年
    2021-01-20 13:02

    You can do it by your own code.

    Take one button and on click of that delete the selected row from UiTableView

提交回复
热议问题