I wonder if you can leave MKMapView in Xcode in a circular format. I tried to use mapView.layer.cornerRadius, but I still could not do it
I wonder if you can leave MKMapView in Xcode in a circular format. I tried to use mapView.layer.cornerRadius, but I still could not do it
I did a test here and saw that using cornerRadius works normally.
1. Add QuarzCore.framework
to the project by going to Build Phases > Link binary with libraries.
1.1
1.2