Rotate the content of a MKMapView

前端 未结 2 1025
别那么骄傲
别那么骄傲 2021-01-15 05:02

I need to rotate the content of the mapView according to the compass value:

float myHeadingValue = newHeading.trueHeading;

and for rotating

2条回答
  •  没有蜡笔的小新
    2021-01-15 05:14

    I've solved it creating in Interface Builder a smaller UIView and putting the MKMapView into it. The new UIView does not show the leftover map.

提交回复
热议问题