How to show in which side user turn phone, if I show user location using MKMapView – Ios swift
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…