I have two instances of UIImage. How can I create a third UIImage that’s just the two original images stitched together? I’d like the first image on top and the second image on the bottom such that the top image’s bottom edge is flush with the bottom image’s top edge.
I have two instances of UIImage . How can I create a third UIImage
Share
something like this should work (I havent tested it though)