mosaic-layout icon indicating copy to clipboard operation
mosaic-layout copied to clipboard

ContentSize not setting properly

Open GabeRoze opened this issue 7 years ago • 2 comments

  • Does not taking Header/Footer into account
  • Does not take into account if we end on a Big cell

GabeRoze avatar Apr 10 '17 17:04 GabeRoze

+1 on ending on a big cell

mgt-la avatar Apr 25 '17 21:04 mgt-la

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

ratulSharker avatar Aug 16 '19 13:08 ratulSharker