我想将自定义图像设置为SKAnnotation
但是当我设置图像路径时,标记不会出现。我使用以下代码设置标记图像:
annotation.imagePath = [[NSBundle mainBundle] pathForResource:@"64-map-test" ofType:@"png"];
annotation.imageSize = 64;
当我使用默认图片时:
annotation.annotationType = SKAnnotationTypeGreen;
标记确实正确显示。
如何在地图注释上设置自定义图像?
答案 0 :(得分:0)
png-8 文件格式。使用 png-24 文件可以正常工作。