Upvote:2

Aprove answer

The MKMapView class doesn't have an addCircleWithRadius: method – that method is part of the class you wrote, so you should probably be calling [self addCircleWithRadius:radius] instead.


Credit Goes to: stackoverflow.com

Related question with same questions but different answers