0

I'm trying to hide the blue dot of the user location in my Swift 4 app. I have attempted to turn it off in the storyboard but this doesn't seem to solve the problem.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Matt Hammond
  • 765
  • 1
  • 7
  • 25

1 Answers1

2

You should set the showUsersLocation to false on your MKMapView. https://developer.apple.com/documentation/mapkit/mkmapview/1452682-showsuserlocation

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Paul Peelen
  • 10,073
  • 15
  • 85
  • 168