maxep / MXParallaxHeader

Simple parallax header for UIScrollView
MIT License
1.73k stars 251 forks source link

Fixed top inset on iOS 11 (parallax view was going under the nav bar) #78

Closed loicgardiol closed 5 years ago

loicgardiol commented 7 years ago

Fixed by using the new UIScrollView.adjustedContentInset when running on iOS 11. This fix requires Xcode 9 to compile.

tbatzakas commented 7 years ago

This seems to fix the wrong height problem in iOS 11 but now causes the header to begin just below the navBar offset. This means I cannot make a translucent navBar and have the header show behind it... any solutions for that?