IOStickyHeader icon indicating copy to clipboard operation
IOStickyHeader copied to clipboard

Parallax and Sticky header done right using UICollectionViewLayout

Results 6 IOStickyHeader issues
Sort by recently updated
recently updated
newest added

![screen shot 2018-10-16 at 16 18 53](https://user-images.githubusercontent.com/8302454/47041513-58665580-d15f-11e8-8668-d4dd5b9f5f01.png)

When I use IOStickyHeader with collectionView.reloadItems(at: indexPaths), it seems to be doing some weird stuff were the header view moves (even though it should be sticky).

Xcode show "Missing return in a function expected to return 'UICollectionReusableView'" while archiving project at every default: assert(false, "Unexpected element kind")

The section headers are not sticking while scrolling even if the disableStickyHeaders = false and parallaxHeaderAlwaysOnTop = true. Also, if I do, flowLayout.sectionHeadersPinToVisibleBounds = true It crashes on scrolling and...

hello, how can i do to put my image in fullscreen when i pull down? Thanks