i need to create a tableView like the one below.
Curently the yellow section on top is a tableHeaderView and everything below is a UITableViewCell.
The question is that I need to place the first UITableViewCell (that has two views with chevrons below) a bit above the tableHeaderView.
Any ideas how can I do it?