maxep / MXParallaxHeader

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

Bug: on tableView(UITableViewStyleGrouped),section 's header will cover ParallaxHeader #38

Closed 12207480 closed 7 years ago

12207480 commented 8 years ago

image

solution: parallaxHeader.contentView.layer.zPosition = 1;

sydneyitguy commented 7 years ago

@12207480 Thanks for sharing your solution. I was struggling with the same issue for a while.