CollageView icon indicating copy to clipboard operation
CollageView copied to clipboard

Easy to use and fully customizable CollageView with multiple images inside.

Results 2 CollageView issues
Sort by recently updated
recently updated
newest added

I dont know how to know size of itemView inside collageView. It only have frame when layoutSubview is called.But i only need use this frame when configure collageView for resize...

i'm adding collageView to UITableViewCell. In `layoutSubViews` function, i called `collageView.frame = contentView.bounds` ``` Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan 450]' *** First...