SpringIndicator icon indicating copy to clipboard operation
SpringIndicator copied to clipboard

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

Open fxwx23 opened this issue 9 years ago • 1 comments

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.

fxwx23 avatar May 25 '16 09:05 fxwx23

It did not consider the tableHeaderView. Thanks.

KyoheiG3 avatar Oct 28 '16 05:10 KyoheiG3