Some time ago I mentioned an open source UICollectionView layout that allows you to layout images in a waterfall style inspired by Pinterest adding new images to the collection view based on the shortest column.
Here’s an open source project called GLGooglePlusLikeLayout by providing a UICollectionView layout that works like the aforementioned water fall style view, but automatically lays out your views using an algorithm that lays things out in the most linear style possible inspired by Google Plus.
Here are a couple of images of the readme showing how GLGooglePLusLikeLayout lays things out in a very organized fashion:
You can find GLGooglePlusLikeLayout on Github here.
A nice UICollectionView layout. Thanks to Dan for the submission.
- Custom iOS UICollectionViewLayout Modeled After The iCal App
- Tutorial: How To Create Great Looking Layouts With UICollectionView
- Example: Using UICollectionViewFlowLayout To Easily Create Great Looking Scrollable Grid Layouts
- Tutorial: How To Create An iOS 6 UICollectionView Using Storyboards
- Tutorial: How To Make A Scrolling Photo Gallery With UICollectionView
Original article: UICollectionView Layout That Automatically Organizes Things In A Linear Manner Based On Content Size
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.