FloatingPanel
FloatingPanel copied to clipboard
A clean and easy-to-use floating panel UI component for iOS
I've been using Floating Panel for a while with great results, but now I'm trying to implement a navigation controller inside of it, and I'm struggling using the adaptive layout...
### Description When using FloatingPanelAdaptiveLayoutAnchor, if I use a layout guide tallest than the actual screen size, the floating panel doesn't adapt to the screen height and is not even...
Hi @scenee, I am using your library and it is easy to use. Thank you for providing this wonderful library. I have a requirement where I need to show the...
### Description I have added this to my project via the swift package manager, but every time i try to initialise the FloatingPanelController() e.g. fpc = FloatingPanelController(), it shows the...
Is there any to lock the panel and prevent going to tip state and support only _half_ and _full_? I am using the Maps example. **How do you display panel(s)?**...
### Description Hello thank you for great library! All we need now, it disable top drag if panel is full or half(if full is disabled). I tried in 1.7.3 version...
### Description Setting UINavigationController in FloatingPanelController, and do `addPanel(toParent:)` when viewDidLoad, UINavigationBar height is wrong. I considered that UINavigationBar height include status bar height. This problem is occurred when floating...
### Description Setting a `UIViewController` as `contentViewController` for a `floatingPanel` does not fit properly ### Expected behavior The contents of `contentViewController`'s `view` should fit the `floatingPanel` properly ### Actual behavior...
### Description When I change the panel size from ```.half``` to ```.full``` and then ```.full``` to ```.half``` programmatically the button on the panel is not sending any touch event until...
### Description I use the floating panel to show a minimized music player. when the app is in portrait the floating panel is above it - works great. when the...