I don't know whats happening but when I prolong my tap on a table view header cell the app crashes with Bad Excess Error. I am not registering any tapGestures in the viewController or in my custom tableViewCell class.
This is my code for my header cell
CustomTableViewCell = (CustomTableViewCell *)[self.tableView dequeueReusableCellWithIdentifier:@"headerCell"];
UIView *view = cell.contentView;
return view;