FloatingPanel icon indicating copy to clipboard operation
FloatingPanel copied to clipboard

How listen `isRemovalInteractionEnabled = true` trigger action finished callback?

Open kaelinda opened this issue 2 years ago • 1 comments

Please fill out this template appropriately when filing a bug report.

Please remove this line and everything above it before submitting.

Description

Expected behavior

Actual behavior

Steps to reproduce

Code example that reproduces the issue

How do you display panel(s)?

  • Add as child view controllers
  • Present modally

How many panels do you displays?

  • 1 isRemovalInteractionEnabled = true
  • 2 pannel slide to hide status

Environment

Library version

Installation method

  • CocoaPods

iOS version(s)

Xcode version

kaelinda avatar Jul 17 '23 11:07 kaelinda

You can use floatingPanel{Will,Did}Remove delegate methods. They are called before/after removing a panel.

scenee avatar Jul 19 '23 08:07 scenee