Is there a way for a table view header section to have a bigger width then the actual table? Here’s a simple picture that shows what I mean:

Basically, I need to make the header section to extend beyond the small table view.
Is it even possible?
Thanks!
What worked for me is subclassing UITableCell and overriding setFrame method.