MXParallaxHeader icon indicating copy to clipboard operation
MXParallaxHeader copied to clipboard

Simple parallax header for UIScrollView

Results 3 MXParallaxHeader issues
Sort by recently updated
recently updated
newest added

## 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...

stale

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...

pinned

I tried with setContentOffset but it doesn't work. `[self.scrollView setContentOffset:CGPointMake(0, -self.scrollView.contentInset.top)];` Thanks!

bug