From b86a78f7fe6ebe6892c84d85be4fe01ab70a3d52 Mon Sep 17 00:00:00 2001 From: Leonardo Canali Date: Mon, 6 Nov 2023 14:41:52 +0100 Subject: [PATCH] set shouldPresentInFullscreen as true set shouldPresentInFullscreen as true due iOS 17 known problem --- .../Core/Presentation/BottomSheetPresentationController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/BottomSheet/Core/Presentation/BottomSheetPresentationController.swift b/Sources/BottomSheet/Core/Presentation/BottomSheetPresentationController.swift index c2a922f..4bbb701 100644 --- a/Sources/BottomSheet/Core/Presentation/BottomSheetPresentationController.swift +++ b/Sources/BottomSheet/Core/Presentation/BottomSheetPresentationController.swift @@ -150,7 +150,7 @@ public final class BottomSheetPresentationController: UIPresentationController { } public override var shouldPresentInFullscreen: Bool { - false + true } public override var frameOfPresentedViewInContainerView: CGRect {