Files
FloatingPanel/Sources/FloatingPanel.docc/FloatingPanel.md
T
Shin Yamamoto 2205d1186d Enable to restrict the content size in FloatingPanelAdaptiveLayoutAnchor (#518)
* Introduce FloatingPanelLayoutContentBoundingGuide property for FloatingPanelAdaptiveLayoutAnchor
* Revise doc comments
* Clean up code
* Update the minimum deployment target of Samples app to iOS 11
2023-01-15 10:30:25 +09:00

1.1 KiB

FloatingPanel

The new interface displays the related contents and utilities in parallel as a user wants.

Overview

FloatingPanel is a simple and easy-to-use UI component for a new interface introduced in Apple Maps, Shortcuts and Stocks app. The new interface displays the related contents and utilities in parallel as a user wants.

Topics

Essentials

  • FloatingPanelController
  • FloatingPanelControllerDelegate

Views

  • SurfaceView
  • SurfaceAppearance
  • BackdropView
  • GrabberView

Gestures

  • FloatingPanelPanGestureRecognizer

Layouts and Anchors

  • FloatingPanelLayout
  • FloatingPanelBottomLayout
  • FloatingPanelLayoutAnchoring
  • FloatingPanelLayoutAnchor
  • FloatingPanelAdaptiveLayoutAnchor
  • FloatingPanelIntrinsicLayoutAnchor

States

  • FloatingPanelState

Positions

  • FloatingPanelPosition
  • FloatingPanelReferenceEdge
  • FloatingPanelLayoutReferenceGuide
  • FloatingPanelLayoutContentBoundingGuide

Behaviors

  • FloatingPanelBehavior
  • FloatingPanelDefaultBehavior