scenee / FloatingPanel

A clean and easy-to-use floating panel UI component for iOS
MIT License
5.59k stars 508 forks source link

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

Open kaelinda opened 1 year ago

kaelinda commented 1 year ago

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)?

How many panels do you displays?

Environment

Library version

Installation method

iOS version(s)

Xcode version

scenee commented 1 year ago

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