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 The floating panel view seems not to be pinned to the bottom When selecting a cell and scrolling fast the bottom of the view controller will start to...

Allow the panel sheet to go above the upper position when it is in the `.full` state

This is an update to the Maps example to add `Detail` & `Location on/off` buttons. This is a prototype that makes FloatingPanelController look close to Apple Maps. TODO - [...

Hello, This PR introduces two new methods on FloatingPanelController: **beginUpdateLayout()**, and **endUpdateLayout()**. They extend the existing **updateLayout()** method, and allow applications to transition from one set of constraints to another...

### Description I know I'm a bit late on the upgrade, but xcode 15 forced me to upgrade from 1.7. I followed the 2.0 migration guide which got all of...

### Description I have bottom FloatingPanelPosition, tip FloatingPanelState and anchors `return [ .tip: FloatingPanelAdaptiveLayoutAnchor(absoluteOffset: 0, contentLayout: targetGuide, referenceGuide: .safeArea) ]`, for prevent dragging up and down from current position I...

Thanks for the work, it has been a great help so far ! ### Description What I want to achieve is - To have a .full and .half floating panel,...

Hi! Is there a way to use UIRefreshControl? What settings should I enable? Current result - I'm adding UIRefreshControl to my UICollectionView, disable removalInteraction, disable dismissalTapGestureRecognizer, trying to pull down...