aj
05/20/2024, 5:49 PMtylerwilson
05/20/2024, 6:30 PMaj
05/20/2024, 11:58 PMaj
05/21/2024, 12:03 AMaj
05/21/2024, 12:05 AMtylerwilson
05/21/2024, 1:48 AMself.present(vc, animated: true) {
if #available(iOS 16.0, *) {
if screenHeight > 736 {
vc.presentationController?.presentedView?.gestureRecognizers?.first?.isEnabled = false
}
}
}