Open
Description
Hello there is a look like the following. LazyPop is active. The problem is as follows: The user can come back to the previous view by sliding from anywhere on the screen. But if the user gives up and cancels lazypop, the view locks. My "Test 2" button becomes unclickable. How can I solve this?
Button(action: {
// Actions:
self.mode.wrappedValue.dismiss()
}, label: {
Text("Test 2")
})
}
.lazyPop()
.navigationBarHidden(true)
.navigationBarBackButtonHidden(true)
}
Metadata
Metadata
Assignees
Labels
No labels