enegene
enegene

Reputation: 31

iPhone app - load an UIImage and the put a small positional icon (image) on it?

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

Answers (1)

Ole Begemann
Ole Begemann

Reputation: 135540

Create another UIImageView with the second image and position it on top of the first one.

Upvotes: 1

Related Questions