Reputation: 31
I have looked everywhere for what should be a simple concept. I can load an image(s) with UIView/UIImageView and just want to place a smaller icon/image on top of the original image at a given position. Thanks in advance for your help.
Upvotes: 0
Views: 236
Reputation: 135540
Create another UIImageView
with the second image and position it on top of the first one.
Upvotes: 1