使用mapkit框架我想显示一个箭头并旋转它,具体取决于用户的查看方向。
我的问题是旋转中心位于图像的左下角。
我读过这篇关于设置MkAnnotationViews
:
How to set the rotation center of an MKAnnotationView
他们说我可以使用annotationView.layer.anchorPoint
来设置视图的旋转中心,但是启动IOS6 mapkit框架MkAnnotationView.layer
属性似乎是只读的,你无法访问annotationView.layer.anchorPoint
所有。我甚至没有编译。
还有其他办法吗?