标签: ios swift uitableview uigesturerecognizer
我正在使用自定义UITableView的{{1}}:
UITableView
每当我平移UITableViewCell时,桌子都不会平移。它仅在我在self.view上进行平移时才有效。
UITableViewCell
self.view
即使我使用这种结构平移contentView,我怎样才能使表平移?
contentView
在tableView中,它显示它正在self.view中注册触摸。
但是,当平移从touchesShouldBegin(:with:in)开始时,单元格self.view
touchesShouldBegin(:with:in)