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

Horizontal scroll MacawView #749

Closed
L-v-o opened this issue Feb 10, 2021 · 0 comments
Closed

Horizontal scroll MacawView #749

L-v-o opened this issue Feb 10, 2021 · 0 comments

Comments

@L-v-o
Copy link

L-v-o commented Feb 10, 2021

Hi!
I made my map from MacawView.

private lazy var svgView: Macaw.MacawView = {
let macawView = Macaw.MacawView()
macawView.zoom.enable()
macawView.contentMode = .scaleAspectFit
return macawView
}()

As you can see i turned zoom on. But there is a strange behaviour. Verticall scroll works perfect, but horizontal dont.
When i try make a horizontal scroll, scroll stops at all.
I think it stops cuz of some of diagonal scroll intentions, but made horizontal scroll almost unusable.
what am i doin wrong?
thx

@L-v-o L-v-o closed this as completed Feb 14, 2021
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

1 participant