Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContentSize not setting properly #15

Open
GabeRoze opened this issue Apr 10, 2017 · 2 comments
Open

ContentSize not setting properly #15

GabeRoze opened this issue Apr 10, 2017 · 2 comments

Comments

@GabeRoze
Copy link

  • Does not taking Header/Footer into account
  • Does not take into account if we end on a Big cell
@mgt-la
Copy link

mgt-la commented Apr 25, 2017

+1 on ending on a big cell

@ratulSharker
Copy link

ratulSharker commented Aug 16, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants