SwiftyImage
SwiftyImage copied to clipboard
How would I adjust constraints when overlaying an image with another image?
The README shows how to overlay images (let newImage = image1 + image2). This shows how it would paste an image directly onto another image but how would I adjust the layout / constraints? (e.g. How would I add image 2 to the bottom left corner of image1?). Is this possible with SwiftyImage? Thanks!
I was just wondering the same thing.