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

### Description I found a bug at iPhone SE 2nd If absoluteInset is float or double value, it will lock scroll `insideMostExpandedAnchor` will return true `diff` is float value **I...

Hi, Starting with Spring 2024 Apple requires third-party SDKs to add a Privacy Manifest file. Is there any plans to add a privacy manifest? Please refer to this link: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files...

### Description We've recently started getting random crashes with the following stack: ``` Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x2224 cache_getImp + 132 1 libobjc.A.dylib 0x1057c cache_t::shouldFlush(objc_selector*, void (*)()) const + 64...

I'd like to disable the attraction between .tip and .full and allow the user to place the panel wherever they like. I read through #434, which looks like it was...

### Description Small Devices (iPhone SE) Library wont add space for grabber (grabber hidden or shown - the same) ### Expected behavior There is space for grabber before content ###...

### Description I am writing to request SwiftUI support for this library. SwiftUI is a widely used framework for UI development in iOS applications. As a loyal user of this...

Hello, I needed for a project to subclass the background view, or make my own uiview class, for set it as transparent backdropview (I did set it as .clear color...

### Description Change backdropAlpha to 0.5 for FloatingPanelLayout. Drag panel to the bottom for remove. ### Expected behavior backdropView blocks parent view controller view from touches ### Actual behavior backdropView...

> Please fill out this template appropriately when filing a bug report. I set a contentController as the content of fpc. There is a tableView | collectionView in the contentController....