Skip to content

Niko-r/MetroCollectionLayout-ObjC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 karticodes@gmail.com for custom layouts.

About

A metro style collection layout for iOS - Objective C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%