I have a UITableView with a custom table header. This header was created by draggging a UITableViewCell object into the header section of a UITableView in IB. I then proceeded to set a background image using the backgroundImage property on this cell. I also set the table view to be of the 'grouped' style.
The issue is, when it is displayed in the simulator, the ends of this table header is lopped off exactly where the grouped cell ends...maybe the picture would be more helpful:
Has anyone found any workarounds for this issue? I tried to find hooks to update the table header but no luck. Any help would be greatly appreciated.