Skip to content
This repository has been archived by the owner on Feb 24, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 321 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 321 Bytes

HorizontalCollectionViewLayout

A subclass of UICollectionViewLayout. Forked from stackoverflow Usage:

    HorizontalCollectionViewLayout *flowLayout = (HorizontalCollectionViewLayout*)self.collectionView.collectionViewLayout;
    flowLayout.itemSize = CGSizeMake(80.f, 80.f);