CollapsibleTableSectionViewController
CollapsibleTableSectionViewController copied to clipboard
Custom header view
At the moment, the section header looks like this:
it will be really nice if we can allow user to specify their own view/design.
I guess what we can do is to bubble up the func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? protocol method to the user, and then wrap the UIView that is provided by the user and hook up the tag gesture which triggers the collapse action. And that will make this pod even better.
hi, does it have done after 4 year?