Skip to content

Not shown SpringIndicator.Refresher() when a header exists in tableView and collectionView. #12

@fxwx23

Description

@fxwx23

Thank you for your great work and library in beforehand.

Now, I'm facing a problem that SpringIndicator.Refresher() doesn't work when tableView (or collectionView) has header like
tableView.tableHeaderView = customHeaderView
or
collectionView.registerNib(UINib(nibName: "CustomHeaderReusableView", bundle: nil), forSupplementaryViewOfKind:UICollectionElementKindSectionHeader, withReuseIdentifier: CustomHeaderReusableView.reuseIdentifier).

How can I fix this problem? Any Ideas?
I want SpringIndicator.Refresher() work as same as UIRefreshControl() does.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions