I’m wondering how to create a new UIImage by overlaying one image overtop of another image?
What I’m doing is downloading an image from a web service. I’d then like to place this image over top of a background image (the background image is slightly taller/wider than the downloaded image). I’d then like to use this new image for the image of an annotation view on a map, so I need to create one UIImage from the downloaded image and the background.
How can I do this?
To programatically put one image data over (drawn above) another image, and get the composite as a new UIImage:
overlap one image over another