I come from a web dev background and I'm trying to create something similar to this technique for iOS (using Cocoa/Obj C). I'm having a lot of difficulty googling resources because "parallax" in iOS tends to refer to the floating content illusion introduced in iOS 7.
To clarify, I have an image at the top and content below. As the user scrolls down, I would like the image to appear as though it's scrolling up at a slower rate and is being covered by the content, rather than simply pushed up.
Does anyone know of any existing libraries, tutorials, or anything that can help me accomplish this? I'm a bit stuck at the moment, and my lack of experiencing in Obj C is making it difficult to try to implement this on my own. Thank you.