I am working on an iOS application where i need to show parallax stretchy header on UICollectionView while scrolling.
I have implemented the same effect on UITableView in my previous version of app using this third party class.
Due to some UI requirements, I need to replace UITableView with UICollectionView.
So is there any class equivalent to ParallaxBlur for UICollectionView?
Any help would be appreciated.