The blue color for the user's location is based on the hue color of your map view, and when you change this setting, a new color will be set for the user's location circle.
mapView.tintColor = [UIColor redColor];
mapView.tintColor = UIColor.red
source
share