FloatingPanel
FloatingPanel copied to clipboard
How to show blur effect view when move half first
Dear admin,
How to show blur effect view when move half first


THANKS ADMIN
Environment Library version
2.5.0
Installation method
CocoaPods
iOS version(s)
15.0
Xcode version
13.1
You can change the backdrop(not blur) effect by this API.
https://docs.scenee.com/documentation/floatingpanel/floatingpanellayout/backdropalpha(for:)
By default, the backdrop is active on .full state. But you can change it using a custom layout object.
https://github.com/scenee/FloatingPanel/blob/master/Sources/Layout.swift#L53