ParallaxScrolling

Parallax Scrolling in Swift based on Ole's Objective-C implementation.

Parallax scrolling is a big UI design trend these days. In this article, I want to show you how to write a collection view that applies a nice parallax effect to its cells during scrolling. It is similar to the photos view in the WhatsApp app.

GitHub