Selecting row while UITableView is in editing mode

前端 未结 2 1399
死守一世寂寞
死守一世寂寞 2021-02-03 17:16

I have a UITableView where when I put it in editing mode, I want selective rows to be selectable, however, they are not. Is there a way I can force them to be selectable?

相关标签:
2条回答
  • 2021-02-03 17:43

    Set "Editing" property to "Single Selection During Editing"

    0 讨论(0)
  • 2021-02-03 17:46

    Set the UITableView property allowsSelectionDuringEditing to YES.

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