FloatingPanel icon indicating copy to clipboard operation
FloatingPanel copied to clipboard

A clean and easy-to-use floating panel UI component for iOS

Results 96 FloatingPanel issues
Sort by recently updated
recently updated
newest added

In the case of showPageContentView , it is not possible to close the first panel by scrolling. That is, index=0

i am adding floating panel as a child view of my main vc , i want to have tapgestures on mainview items and i currenlty presented floating panel on .half...

Is there any possibility to configure this behavior in a future?

### Description I just show on bottom sheet using XCUIApplication. When bottomsheet show on, scrolling little. And then i want to touch on view, view can't detect. Is there any...

Hi there, is it possible to add a custom presenting animation. For example, for the presenting animation to be a scale from small to large and also to fade in?...

### Description When a floating panel presents another view controller and we rotate the screen, we get this super weird bug where the floating panel doesn't appear anymore (except for...

Dear admin, How to show blur effect view when move half first ![image](https://user-images.githubusercontent.com/18218059/143836053-e0d33411-1b3f-4234-a095-7821a434cf2c.png) ![image](https://user-images.githubusercontent.com/18218059/143836149-b4275272-8a42-4318-8abf-aa787ec20134.png) THANKS ADMIN Environment Library version 2.5.0 Installation method CocoaPods iOS version(s) 15.0 Xcode version 13.1

### Description I was replacing cocoapods with SPMs and encountered Swift Compiler Errors: ``` /Users/ios.developer/Library/Developer/Xcode/DerivedData/client-ios-aslyravufwuynvasnzjlelwytgmd/Build/Products/ProdDebug-iphonesimulator/MyFramework.framework/Headers/MyFramework-Swift.h:192:9: Module 'FloatingPanel' not found ``` and ``` :2:9: note: in file included from :2: #import...

https://user-images.githubusercontent.com/1586725/109475175-ac92db80-7a75-11eb-8fa2-63302f2998c6.MP4 ### Description When I'm dragging the panel from tip to half the animation stutters in the end ### Expected behavior Animation should be fluent ### Actual behavior Animation stutters/jumps...

![image](https://user-images.githubusercontent.com/18218059/142214905-6e8adcf3-e511-4036-a048-2a60fb4db981.png) Dear admin , I use new version FloatingPanel: pod "FloatingPanel" CollectionView scrollViewDidScroll don't working when Floating Panel didMove Full func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) { collectionViewContainer.scrollToItem(at: indexPath,...