Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 944 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 944 Bytes

MetroCollectionLayout

Objective C

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.

iPhone Layout

alt tag

iPad Layout

alt tag

Installation

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 [email protected] for custom layouts.