tylerwilson
10/23/2023, 6:26 PMself.present(navigation, animated: true) {
navigation.presentationController?.presentedView?.gestureRecognizers?.first?.isEnabled = false
}
this turns off the ability to swipe the sheet away, allowing scrolling to occur within the sheet. And you can still tao outside to dismiss. The best we can do for now I think.Dima Avdeev
10/30/2023, 3:05 AMtylerwilson
10/30/2023, 1:01 PM