Post

Replies

Boosts

Views

Activity

Reply to Offset on tap items when reopening app with a sheet open
Same issue here. A simple workaround could be to dismiss the sheet when the app goes into the background: .onChange(of: scenePhase) { scenePhase in if scenePhase == .background { isPresentingSheet = false } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’23