I've scoured the web and haven't found a way to customize the color of the blue pulsing ring around the user's location on a map.
Does anyone know a way to customize the color of the pulsing ring?
The blue color for the user location is based on the tint color of your map view, changing this will set the new color for the user location circle.
//Objective-C
mapView.tintColor = [UIColor redColor];
//Swift 4.2
mapView.tintColor = UIColor.red
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With