标签: swift uitableview uikit
我在UITableViewCell内有一个不可编辑的UITextView,它覆盖了整个UITableViewCell的边缘。当我尝试点击表格行tableView(_ tableView, didSelectRowAt indexPath)会不会被触发?
tableView(_ tableView, didSelectRowAt indexPath)
我尝试同时在IBAction和UITextView上制作一个UITableViewCell,但是失败了。如何捕获事件并执行特定操作?
IBAction
UITextView
UITableViewCell