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:
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?