I am trying to draw circles around the current location on MKMapview.I tryied many codes but however no success. can any one suggest any links which should I refer. I am new to Iphone so dont have much knowledge about Quartz 2D.
I am trying to draw circles around the current location on MKMapview.I tryied many
Share
I would think the simplest method to achieve your goal would be to use a custom PNG image with transparency and set the image property of a
MKAnnotationViewthat you add to your currentMKMapView.