The map view shows the user's location with a default blue bubble animation. How can I change that default blue color to another color?
You can change the tintColor
of the mapView
with:
mapView.tintColor = UIColor.greenColor()
Put this in the viewDidLoad()
of the ViewController
where your mapView
is embedded.
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