d0ping / DBMapSelectorViewController

This component allows you to select circular map region from the MKMapView.
MIT License
323 stars 36 forks source link

Outside Circle rectangle display #15

Open UHemarajU opened 8 years ago

UHemarajU commented 8 years ago

Hi Denis Bogatyrev,

Thank you for the DBMapSelectorViewController. It is working good in previous versions up to iOS 9. But when it is running in iOS 10 the rectangle around the circle in segment OutSideCircle. It is not covering all the map. You can se the difference in the below screen shots. I tried to make that spread to all the map but i can't solve.

Please update the code about this issue. Thanks in advance.

Hemaraju.

iOS 10 simulator screen shot 29-sep-2016 4 48 03 pm

iOS 9 simulator screen shot 29-sep-2016 4 46 25 pm

UHemarajU commented 8 years ago

Hi Denis Bogatyrev,

Can you please update the repo.

Thanks, Hemaraju.

00rain00 commented 8 years ago

Same issue in iOS 9.3

ignasivs commented 7 years ago

I have the same issue in iOS 9 and 10. How I can solve?

Thanks

Alex293 commented 7 years ago

Any update on this ?

zhi6w commented 7 years ago

Find DBMapSelectorOverlayRenderer.m ---> #pragma mark Helpers ---> add new function:

- (BOOL)canDrawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale {
    return true;
}

solved the problem in iOS 10