I want to move the MKMapView compass. I wanted to get a reference for it by something like this:
let compassView = mapView.subviews.filter {$0 is NSClassFrom
For iOS 11 and above, use MKCompassButton.
MKCompassButton
let compass = MKCompassButton(mapView: mapView)