FloatingPanel
FloatingPanel copied to clipboard
A clean and easy-to-use floating panel UI component for iOS
### Description I want to presented modally ViewController on Floaitng Panel. But, I called presented ViewController on Floating Panel and then when I changed to device orientation, i saw that...
> Update **May 2021**: Another approach is to use UITableView/UICollectionView and then embed the SwiftUI views as cells, [Noah Gilmore](https://twitter.com/noahsark769) has a [great article showing how to do so](https://noahgilmore.com/blog/swiftui-self-sizing-cells/). >...
> Please fill out this template appropriately when filing a bug report. > > Please remove this line and everything above it before submitting. ### Description ### Expected behavior ###...
Not able to add the float view controller on TabBarController ### Expected behaviour This should work on tab bar controller ### Actual behaviour: when add the container to the tab...
### Description The height of the panel is calculated in an awkward way on different screen sizes. See the attached screenshot. ### Expected behavior The height of the panel is...
hello everyone, after the update, I had a problem, namely, I can not close the panel correctly Код выглядит так: ``` @IBAction func onBtnLanguagesClick(_ sender: Any) { languageListFpc.contentMode = .fitToBounds...
### Description How do I add a child panel which makes the root panel invisible underneath a la Apple Maps. ### Expected behavior I expected a child VC to behave...
### Description Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint...
### Description When try to execute application in Simulator I get error: `Could not find module 'FloatingPanel' for target 'x86_64-apple-ios-simulator';` On real device everything works perfect. How to fix bug...