我在UIView中有一个TableViewCell,当用户点击这个UIView时,它会转到另一个视图控制器并传递数据。,所以在TableViewCellClass内部,我执行了以下操作:protocol MyDelegate :...other code here
let tap = UITapGestureRecog
在我的swift应用程序中,静态单元格中有一个mapView,所以在cellForRowAt方法中,我决定添加一个UITapGestureRecognizer。cell.mapView.isScrollEnabled = false //this works
let tap = UITapGestureRecognizer