You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
State is .half and despite any attempts to drag the panel, the panel remains in a half state, since it's the only state that's allowed by the currently active SecondLayout
Actual behavior
FirstLayout is active and current state is .tip
Set SecondLayout and call fpc.invalidateLayout()
State is .half. Dragging the panel to the top or to the bottom makes it disappear, almost like it's transitioning to the .tip state from FirstLayout
Thanks to your example code, I found the cause of the problem easily. I have fixed it in dbef6a6 commit and then it will be released in v2.8.1 shortly.
Description
I'm working on a scenario that requires a transition between two layouts:
Expected behavior
Actual behavior
Steps to reproduce
Code example that reproduces the issue
https://github.com/swasta/FloatingPanelLayoutTransitioning
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2023-10-20.at.17.11.48.mp4
How do you display panel(s)?
Present modally
How many panels do you displays?
1
Environment
2.8.0
Installation method
CocoaPods
iOS version(s)
iOS 17.0.1
Xcode version
15.0.1
The text was updated successfully, but these errors were encountered: