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

A subclass of UICollectionViewLayout for horizontal UICollectionView align horizontally

Notifications You must be signed in to change notification settings

horstleung/HorizontalCollectionViewLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

HorizontalCollectionViewLayout

A subclass of UICollectionViewLayout. Forked from stackoverflow Usage:

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

About

A subclass of UICollectionViewLayout for horizontal UICollectionView align horizontally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published