Skip to content

Custom header view #46

Description

@jeantimex

At the moment, the section header looks like this:

screen shot 2017-08-04 at 8 43 47 am

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.

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions