mosaic-layout
mosaic-layout copied to clipboard
ContentSize not setting properly
- Does not taking Header/Footer into account
- Does not take into account if we end on a Big cell
+1 on ending on a big cell
I'm also facing the same issue, if it is ending on a big cell. But i ran the example, which uses UICollectionViewController
which definitely ended on a big cell ( number of item given 100, mod by 3, which gives 1 big cell @ the end ). That worked perfectly in example. But i'm using UICollectionView
inside of UIViewController
which does not account the last big cell.
I found this issue exists in master
branch 52bf65d
commit, but the latest master branch did not
So i installed the latest master branch instead which is tagged 1.0.0
by using
pod 'TRMosaicLayout', :git => 'https://github.com/vinnyoodles/mosaic-layout.git', :branch => 'master'
A new release in the cocoapod should address this issue, as it is already not found. Given pod script is just a workaround, releasing a new pod build should address this issue.
Last big cell not scrolling issue #4