We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When configuring the appearance of the Pop Menu, popMenuPresentationStyle doesn't do anything.
Write code as follows: popMenu.appearance.popMenuPresentationStyle = .near(.left, offset: CGPoint(x: 100, y: 100)) No change in Pop Menu.
This parameter seems to be present in PopMenuAppearance.swift but there is no reference to it anywhere else in the code.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
✔️ Issue Checklist
✍🏻 Issue Description
When configuring the appearance of the Pop Menu, popMenuPresentationStyle doesn't do anything.
Write code as follows:
popMenu.appearance.popMenuPresentationStyle = .near(.left, offset: CGPoint(x: 100, y: 100))
No change in Pop Menu.
This parameter seems to be present in PopMenuAppearance.swift but there is no reference to it anywhere else in the code.
Thanks!
💻 Environment
The text was updated successfully, but these errors were encountered: