Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试在地图中创建许多标记,图标是一个类似于占位符的 png 图像。之后,我想在每个占位符内设置另一个图像。
看起来像这样。我的问题是如何在标记的图像内设置图像。怎么做?
您需要编写代码来获取背景图像(例如框架)并添加子图像(例如食物图片),以创建组合的UIImage. 然后你可以使用组合UIImage作为标记的图标。
UIImage
查看这些问题,了解如何将 2 个UIImage对象绘制成单个对象的一些示例UIImage:
在 UIImage 上绘制另一个图像
尝试使用触摸事件在另一个图像上绘制图像