在UITableView中删除空单元格后,如何检测脚注下方的onclick

时间:2015-07-09 17:54:22

标签: ios objective-c uitableview

我使用了以下代码

- (void)viewDidLoad 
{
    [super viewDidLoad];

    // This will remove extra separators from tableview
    self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
}

我已将tableFooterView的框架设置为高度为0。 我想在空单元格中检测页脚下方的点击

我有条件如下,想要点击点击下方图片的灰色部分 enter image description here

Eliminate extra separators below UITableView

0 个答案:

没有答案