-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b63d07
commit 26ebada
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# iOSBottomSheet | ||
Simple BottomSheet for iOS using UIKit custom transition | ||
<br/><br/> | ||
Simple and neat BottomSheet for iOS using UIKit custom transition. | ||
<br/><br/> | ||
Automatically calculates the bottom sheet height depending on the content size. | ||
<br/><br/> | ||
iOS 13+ | ||
<br/><br/> | ||
<body> | ||
<h3>It doesn’t support yet:</h3> | ||
<ul> | ||
<li>Content scrolling if presented view controller's content height bigger that screen height;</li> | ||
<li>Using navigation (navigation controller) inside the bottom sheet.</li> | ||
</ul> | ||
</body> | ||
<br/><br/> | ||
![](bottom_sheet.gif) |