iPhone 应用程序 - 加载 UIImage 并在其上放置一个小位置图标(图像)?
我到处寻找应该是一个简单的概念。我可以使用 UIView/UIImageView 加载图像,并且只想在给定位置的原始图像顶部放置一个较小的图标/图像。预先感谢您的帮助。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用第二个图像创建另一个
UIImageView
并将其放置在第一个图像的顶部。Create another
UIImageView
with the second image and position it on top of the first one.