I’ve got a UITableView that is setup using the ‘Grouped’ style, however I want to change the font, colour and size of the headings. Where would I be able to do this?
I’ve got a UITableView that is setup using the ‘Grouped’ style, however I want
Share
You should implement
UITableViewDelegate’sviewForHeaderInSection:method.See Apple’s documentation.