-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
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.
