Zia
Zia
Is there any chance of implementing this still?
Thank you! SO did not answer so I had to ask here. I assume it is not possible to set headerView transparent just of a single group?
http://stackoverflow.com/questions/33377387/hide-group-title-in-form-by-hyperoslo
@3lvis This is actually setting the form background color. The FORMGroupHeaderView background color is unchanged.
Follow up on this. What I would like to do is completely hide the group header in some cases. I can use `[[FORMGroupHeaderView appearance] setHeaderBackgroundColor:[UIColor clearColor]]` as you suggested but...