我使用了以下代码
- (void)viewDidLoad
{
[super viewDidLoad];
// This will remove extra separators from tableview
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
}
我已将tableFooterView的框架设置为高度为0。 我想在空单元格中检测页脚下方的点击
我有条件如下,想要点击点击下方图片的灰色部分