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
Dismissing a view does not work if MyModalView is in another file.
MyModalView
ModalLink(destination: MyModalView.init(dismiss:)) { Text("Main view") }
will not compile with the error
type 'MyModalView' has no member 'init(dismiss:)'
The text was updated successfully, but these errors were encountered:
Does it actually have this initializer?
Sorry, something went wrong.
No branches or pull requests
Dismissing a view does not work if
MyModalView
is in another file.will not compile with the error
type 'MyModalView' has no member 'init(dismiss:)'
The text was updated successfully, but these errors were encountered: