Closed LevinIvan closed 3 months ago
Hi. In our company, we use FloatingPanel and our users experience a crash in Transitioning.swift:122
func transitionDuration(using transitionContext: UIViewControllerContextTransitioning?) -> TimeInterval { guard let fpc = transitionContext?.viewController(forKey: .from) as? FloatingPanelController else { fatalError()} // here let animator = fpc.animatorForDismissing(with: .zero) return TimeInterval(animator.duration) }
Unfortunately, we cannot catch this bug and understand what is happening. We have tried to reproduce it in various ways.
I would like to ask two questions:
I would appreciate your prompt response. 🙏
Library version
Installation method
iOS version(s)
Xcode version
@scenee
This issue has been resolved in #642. Thanks
Description
Hi. In our company, we use FloatingPanel and our users experience a crash in Transitioning.swift:122
Unfortunately, we cannot catch this bug and understand what is happening. We have tried to reproduce it in various ways.
I would like to ask two questions:
I would appreciate your prompt response. 🙏
Expected behavior
Actual behavior
Environment
Library version
Installation method
iOS version(s)
Xcode version