user843337
user843337

Reputation:

How to hide the accuracy circle on an MKMapView (iPhone)

I notice there's a ring around the blue dot on my MKMapView that seems to represent the accuracy of the location. I want to hide this ring, is this possible? If so how can I achieve this effect?

Upvotes: 1

Views: 609

Answers (1)

Francesco
Francesco

Reputation: 1848

I think you have to create your own custom annotation and use that instead of the default one..

Upvotes: 2

Related Questions