I know I can change the way the section header looks by implementing viewForHeaderInSection:
The thing is I want to add a UIImageView to the right of the header text without modifying the look of the already existing label.
I can create my own view and add a UILabel and a UIImageView, but then, I’d have to setup the label color and font to match the standard look
thanks
You’re going to have to create your own view holder, image, and label, and try to match the standard look. Sorry!