I m trying to create a custom UITableView
with png
borders. The problem I m facing is that in the bottom of the Header Section Cell, there is an extra white line, check the screenshots:
I tried to remove the separator style, but it's not working:
_tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
Any idea?