I would like to create a collage of images (about 7) of varying shapes and sizes within a UIView.
I originally tried to do it manually using auto layout & constraints. But it's sloppy.
I was thinking of using UICollectionView...probably not a flow but a general layout.
Is there a tutorial, cookbook and/or literature that can explain how to create a collage/template from an array of images (png)?