I believe that Apple uses tableView:viewForHeaderInSection: for section 0 instead of the cell in the first section for its contact header. You can still specify a transparent background, and a strip will be shown behind it. There will be no borders, because there are no borders in the headings of sections with divided tables.
Regardless of whether you built your own cell in Interface Builder or using code, to transfer these views from a UITableViewCell to a UIView for use with tableView:viewForHeaderInSection: should be a pretty trivial task.
I donβt know if you can save the Details heading, for example, section 1 , if you do not make a label containing this word, and add it to section 0 heading manually.
source share