I have used the following code
- (void)viewDidLoad
{
[super viewDidLoad];
// This will remove extra separators from tableview
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
}
I have set the frame of the tableFooterView to have a height of 0. I want to detect the click for below the footer in empty cells
I have got conditions like below and want to handle click on clicking gray part of below image