开发者

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

开发者 https://www.devze.com 2023-02-14 20:49 出处:网络
I have looked everywhere for what should b开发者_开发问答e 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

I have looked everywhere for what should b开发者_开发问答e 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消