mokagio / UICollectionViewLeftAlignedLayout

A layout for UICollectionView that aligns the cells to the left.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cell overlap when all cell in on line and UICollectionViewScrollDirectionHorizontal

tianhao opened this issue · comments

UICollectionViewLeftAlignedLayout *layout = (UICollectionViewLeftAlignedLayout *)self.collectionViewLayout;
layout.scrollDirection = UICollectionViewScrollDirectionHorizontal;

one section, some row in collectionview

Hi,
I just have the same problem!
It can not be set to UICollectionViewScrollDirectionHorizontal!