Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outside Circle rectangle display #15

Open
UHemarajU opened this issue Sep 29, 2016 · 5 comments
Open

Outside Circle rectangle display #15

UHemarajU opened this issue Sep 29, 2016 · 5 comments

Comments

@UHemarajU
Copy link

UHemarajU commented Sep 29, 2016

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
Copy link
Author

Hi Denis Bogatyrev,

Can you please update the repo.

Thanks,
Hemaraju.

@00rain00
Copy link

Same issue in iOS 9.3

@ignasivs
Copy link

ignasivs commented Nov 3, 2016

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

Thanks

@Alex293
Copy link

Alex293 commented Mar 14, 2017

Any update on this ?

@zhi6w
Copy link

zhi6w commented Jul 21, 2017

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

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

solved the problem in iOS 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants