使用 mapkit 框架,我想显示一个箭头并根据用户的查看方向旋转它。
我的问题是旋转中心在图像的左下角。
我读了这篇关于设置旋转中心的文章MkAnnotationViews
:
他们说我可以annotationView.layer.anchorPoint
用来设置视图的旋转中心,但启动 IOS6 mapkit 框架,该MkAnnotationView.layer
属性似乎是只读的,你根本无法访问annotationView.layer.anchorPoint
。我什至不会编译。
还有其他方法吗?