//我自定义了一个含有tableView的弹框View,但是发现点击tableView没有触发点击每一行的事件,于是又有隐藏了底部灰色View的点击事件,发现tableView的事件可以触发了,请问有没有办法在不关掉地步View点击事件的情况下让它优先响应tableView的点击事件?
欢迎选择我的课程,让我们一起见证您的进步~~
Then you make the tableview the first responder. Search online and you should find it
Adding a tapgesture to the bottom view should solve the problem
tap
Then you make the tableview the first responder. Search online and you should find it
Adding a
tap
gesture to the bottom view should solve the problem