Sometimes my collectionview's header doesn't need to be 'skeletoned' while the content does.
When collectionSkeletonView(_ skeletonView: UICollectionView, supplementaryViewIdentifierOfKind: String, at indexPath: IndexPath) -> ReusableCellIdentifier? returns nil, it's best if we fallback to the non-skeleton header.
@@ -563,10 +566,7 @@ Then, when the skeleton appears, you can see the view hierarchy in the Xcode con
* iOS 9.0+
* tvOS 9.0+
* Swift 5
## :sweat_smile: Need help
If you need help about how to use **SkeletonView**, use [Stack Overflow](https://stackoverflow.com/questions/tagged/skeletonview) and tag `skeletonview`.
* Swift 5.3
## ❤️ Contributing
This is an open source project, so feel free to contribute. How?
@@ -596,7 +596,12 @@ For more information, please read the [contributing guidelines](https://github.c
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.