Open Source UICollectionView Layout That Automatically Scales Images Scrolling In/Out Of View

I’ve mentioned a number of custom UICollectionView layouts most recently a layout for creating rotating card style menus.

Here’s an open source component called SACollectionViewVerticalScalingFlowLayout submitted by Tai Suzuki providing a custom UICollectionViewLayout that performs scaling up and down automatically on disappearing cells, and applies UIDynamics.

SACollectionViewVerticalScalingFlowLayout is inspired by the Storehouse app’s timeline scrolling is Written in Swift, and can be applied in code or using interface builder.

Here’s an image from the readme showing the SACollectionView component’s effect in action:

SACollectionViewVerticalScalingFlowLayout

You can find SACollectionViewVerticalScalingFlowLayout on Github here.

A great custom UICollectionViewFlowLayout.

Original article: Open Source UICollectionView Layout That Automatically Scales Images Scrolling In/Out Of View

©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *