Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybatrakov committed Jan 15, 2023
1 parent 8b63d07 commit 26ebada
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
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)

0 comments on commit 26ebada

Please sign in to comment.