Issue with UITableView: Action only works every second time

后端 未结 1 1384
遇见更好的自我
遇见更好的自我 2020-12-04 04:35

I have an issue with the UITableViewController: the table view shows up but didDeselectRowAt will be called only every second time when touching a cell. Does anyone see an i

相关标签:
1条回答
  • 2020-12-04 04:55

    Change didDeselectRowAt to didSelectRowAt

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