How to make a slide out controller (PanModal) BEHIND a TabBar?

Viewed 23

I need to implement an application with a TabBar that can be followed by a PanModal (controller with filters). This PanModal does not need to be on every controller, but only on a specific one.

I tried to implement this using the PanModal library, but unfortunately it cannot present BEHIND the TabBar, but only on top of it.

The idea itself is that when opening a directory, you can swipe up a little and a small window with filtering by categories will open, and if you swipe even more, a window with all kinds of filtering will open

https://i.stack.imgur.com/Jvcwa.png

0 Answers
Related