From 29ea97de68a8e0beda69c68baf15cd5680b292df Mon Sep 17 00:00:00 2001 From: Glenn Brannelly Date: Tue, 5 Oct 2021 17:23:28 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 798dec0..e5a248e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ ManySheets has a list of custom SwiftUI Bottom Sheet components. 1. **DefaultBottomSheet:** A dynamic bottom sheet that scales based on content height inside. 2. **ScaffoldBottomSheet:** A scaffolding bottom sheet with three positions (top, middle, bottom). +3. **BottomSheetPresenter:** A bottom sheet using UISheetPresentationController in iOS 15 See below for examples and customization.