We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The height of .longForm is ~570 and .shortForm height is ~450. And when I call
panModalSetNeedsLayoutUpdate() panModalTransition(to: state)
code animation is sharp and fast (without transition, not smooth)
x
[ ]
PanModal version: 1.2.7
iOS version: 14.3 (Simulator)
The text was updated successfully, but these errors were encountered:
Do you have any solution?
Sorry, something went wrong.
@kaitoshadow Yes bro, you should add parameter to protocol extension
extension ViewController: PanModalPresentable { .... var anchorModalToLongForm: Bool { false } .... }
No branches or pull requests
Description
The height of .longForm is ~570 and .shortForm height is ~450. And when I call
code animation is sharp and fast (without transition, not smooth)
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)PanModal version: 1.2.7
iOS version: 14.3 (Simulator)
The text was updated successfully, but these errors were encountered: