You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to show a view inside a sheet in SwiftUI, I using a property within the state to show and hide it.
But when using the binding does not work, the change event is sent and not detected by the sheet to be displayed.
Is there any other way to listen to the event? or do binding in another way to work on swiftUI sheets?
Here is the example code:
The text was updated successfully, but these errors were encountered:
I’m trying to show a view inside a sheet in SwiftUI, I using a property within the state to show and hide it.
But when using the binding does not work, the change event is sent and not detected by the sheet to be displayed.
Is there any other way to listen to the event? or do binding in another way to work on swiftUI sheets?
Here is the example code:
The text was updated successfully, but these errors were encountered: