A metro style collection layout for iOS - Objective C
MetroCollectionLayout is an ready to use, universal collection view layout for iOS(iPhone and iPad). It provides the completely customizable layout with delegates to manage the layout sytles.
Set the collection View Layout as MetroCollectionLayout object.
self.collectionView.collectionViewLayout = [[MetroCollectionLayout alloc] initWithDelegate:self];
Conform to the MetroCollectionLayoutDelegate protocol and implement the optional delegate methods as per the need.
Contact karticodes@gmail.com for custom layouts.