Hi there,
I have a custom section header view that I apply to the SCTableViewSection. It does display, but it overlaps with the actual section because the header height is larger than what the <whatever_sc_class_does_the_actual_layout> seems to expect.
I do the layout in the layoutSubviews method of my custom header view.
I see that I can set the SCTableViewSection.headerHeight property, which works. But where is the best place to do that? Using a custom SCTableViewCell I do the same thing: layout in layoutSubviews and apply the height in the delegate method willConfigureCell. Is there a similar thing for the section header?.
Best regards,
Thorsten.