Push floating panel above tab bar #532
Answered
by
kaz080
veloxls200
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
kaz080
Apr 6, 2022
Replies: 2 comments
-
Maybe you added a floating panel as modality using Instead, use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scenee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe you added a floating panel as modality using
present(fpc, ...)
.Instead, use
fpc.addPanel(toParent: self)
on a VC (in the tab bar controller) to be a child.https://github.com/scenee/FloatingPanel#add-a-floating-panel-as-a-child-view-controller