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

.help(_:) modifier does not work with SVGView #50

Open
mehlkelm opened this issue Oct 12, 2023 · 0 comments
Open

.help(_:) modifier does not work with SVGView #50

mehlkelm opened this issue Oct 12, 2023 · 0 comments

Comments

@mehlkelm
Copy link

I tried adding a .help(_:) modifier to an SVGView to get a tooltip on macOS. However, it does not seem to work (works OK on other image views in the same app).

SVGView(contentsOf: svgURL)
    .help("Test Tooltip")
    .frame(width: 15, height: 15)
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