Push floating panel above tab bar #532
Answered
by
kaz080
veloxls200
asked this question in
Q&A
Answered by
kaz080
Apr 6, 2022
Replies: 2 comments
|
Maybe you added a floating panel as modality using Instead, use |
0 replies
Answer selected by
scenee
|
👏 |
0 replies
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