Customize table view header

77 Views Asked by At

I need to delete the padding between two section in a grouped style table view; then I need to insert a header upon each section, with a label that would be align center. This is my final purpose:

enter image description here

As you can see in the pictures the header label is not centered, an there's a padding between the sections. I tried to implement viewForHeaderInSection and viewForHeaderInSection methods but I'm not able to customize the header as I need: is there an other way?

0

There are 0 best solutions below