我想设置自定义图像到SKAnnotation
但是当我设置图像路径标记不会出现。 我把下面的代码标记图像:
annotation.imagePath = [[NSBundle mainBundle] pathForResource:@"64-map-test" ofType:@"png"];
annotation.imageSize = 64;
当我使用的默认图像:
annotation.annotationType = SKAnnotationTypeGreen;
标记不正确显示。
如何设置上的地图标注的自定义图像?