You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: