Replies: 2 comments
-
Hi @asa08, thanks for the report. Would you be able to share a small project that reproduces this problem so that we can take a look? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @asa08, without a sample project to test this ourselves it is hard for us to look into. I am going to convert this to a discussion for now. Please feel free to keep the conversation going over there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In Xcode 26, when displaying a share sheet with this method, the parent controller persists at Presentation.swift L378, which causes it to be dismissed along with the share sheet.
Presentation.swift L378
This issue doesn't occur in Xcode 18 and earlier because the parent controller is not present at Presentation.swift L378.
Checklist
main
branch of this package.Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
SwiftUI Navigation version information
No response
Destination operating system
iOS26
Xcode version information
Xcode26 bata3
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions