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 headers/footers #525

Open
2 of 8 tasks
RSafargalin opened this issue Oct 27, 2022 · 0 comments
Open
2 of 8 tasks

Custom headers/footers #525

RSafargalin opened this issue Oct 27, 2022 · 0 comments

Comments

@RSafargalin
Copy link

RSafargalin commented Oct 27, 2022

Description

Need table delegate methods to work with custom headers and footers:

func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
    
}

func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
    
}

P.S. Or tell me how to do it right. Thank you!

What type of issue is this?

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • discussion

Requirements

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.

SkeletonView Environment:

SkeletonView version: Last
Xcode version: 14.0
Swift version: 5.6+

Expected result:

Ability to return a custom header with filled data

Actual result:

Returns the default header without data. Skeleton works as it should.

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

No branches or pull requests

1 participant