IOStickyHeader
IOStickyHeader copied to clipboard
Parallax and Sticky header done right using UICollectionViewLayout

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