我怎样才能在我的位置周围旋转UIImage

时间:2013-10-03 16:29:44

标签: ios ipad uiimage mkmapview

我有一个MKMapView所以我想围绕我在地图中的当前位置旋转UIImage。 有没有办法做到这一点?

1 个答案:

答案 0 :(得分:0)

您必须在该点周围应用2D旋转变换。在这篇文章中完整地解释了你的问题:

One step affine transform for rotation around a point?