I want to set the style my sections in a UITableView like viewForFooterInSection
or viewForHeaderInSection
.
I only can set the title using titleForHeaderInSection
and height using heightForHeaderInSection
but I want to set the baground color, font-size, font-color, etc...
It's posible do that?