Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom header view #46

Open
jeantimex opened this issue Aug 4, 2017 · 1 comment
Open

Custom header view #46

jeantimex opened this issue Aug 4, 2017 · 1 comment
Assignees

Comments

@jeantimex
Copy link
Owner

jeantimex commented Aug 4, 2017

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.

@fukemy
Copy link

fukemy commented Jan 4, 2022

hi, does it have done after 4 year?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants