Skip to content
New issue

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

Crash on iPadOS 18.0+ using presentationstyle = .bottom #567

Open
sharpwestOFW opened this issue Dec 9, 2024 · 0 comments
Open

Crash on iPadOS 18.0+ using presentationstyle = .bottom #567

sharpwestOFW opened this issue Dec 9, 2024 · 0 comments
Labels

Comments

@sharpwestOFW
Copy link

Due to the changes made to UITabbar in ipadOS 18.0+, SwiftMessages is crashing when trying to set the constraints for the bottom view. I believe this is an issue specifically with the function bottomLayoutConstraint(view:, containerView:, viewController:) in Presenter.swift. The specific crash is because we are trying to attach an anchor to the top of the tabBar which no longer exists on ipadOS 18+. I think it should check if there is a tabBar top constraint before trying to attach the view.
image

@wtmoose wtmoose added the bug label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants