You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: