[ad_1]
I want to show into which side the user turns the phone, like on MapView, and can’t understand how to do that, I have tried to use these options, but they can’t help me:
mapView.showsUserLocation = true
mapView.isRotateEnabled = true
mapView.isPitchEnabled = true
mapView.showsCompass = true
mapView.userTrackingMode = .follow
[ad_2]