MXParallaxHeader
MXParallaxHeader copied to clipboard
Simple parallax header for UIScrollView
## Description On Xcode 12.5, apparently the umbrella header generation logic changed, so this stopped working on my project because my project couldn't find `MXScrollView` anymore, when importing this lib...
Hey, Unfortunately, I have decided to stop maintaining this project. This code is now an outdated implementation in Objective-C and I'm not giving it the attention it deserves. Please let...
I tried with setContentOffset but it doesn't work. `[self.scrollView setContentOffset:CGPointMake(0, -self.scrollView.contentInset.top)];` Thanks!