Issue
I am trying to draw circle on my map view, but as I've noticed - method (void)drawMapRect is deprecated. Is there something new or any alternative? Thanks.
Solution
As noted in the documentation:
Use an MKOverlayRenderer object instead.
- (void)drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context
Answered By - Salavat Khanov
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.