I am trying to develop a home screen where there is a UIImageView behind a Scrollview. I want the scroll view to scroll content over the image and have the image scroll up at a slower pace (parallax).
I've found a ton of solutions using a tableview or scrollview header, but that's not what I want.
I'm trying to mimic a similar behavior in the United Airlines mobile app, but I cannot seem to get the code right.
I have the UIImage View configured behind the scrollview, and I'm trying to use the solution here but I seem to be having trouble converting to Swift 4.
Any ideas?