-
I need to show an error view on top of PopUpBar. Is there any way to add it using context menu?. |
Beta Was this translation helpful? Give feedback.
Answered by
LeoNatan
Aug 22, 2024
Replies: 1 comment 1 reply
-
Please do not open issues for questions. I also do not understand what you are asking. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add
UIContextMenuInteraction
directly toLNPopupBar
:If you have a custom bar, you can still add it to the popup bar, or to a specific view inside your view hierarchy. SwiftUI should work too.