Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbender74 authored Sep 6, 2022
1 parent 6f2acd1 commit 1b8d436
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Titanium BottomSheetController iOS Module
iOS 15+ and fallback version for older iOS - UISheetPresentationController

## UPDATE for 1.2.0
added customDetents (iOS16)

## UPDATE for 1.0.7
now MacCatalyst (15+) compatible
Expand Down Expand Up @@ -39,6 +41,9 @@ Also new features for the nonSystemSheet!
* `detents:{large:bool,medium:bool,small:bool}`<br/>The object of heights where a sheet can rest.
*if not set, default to 'medium' only*

* `customDetents:{key:value,key:value....}`<br/>The object of key/value pairs ex: 'customA':100 where a sheet can rest. Multiple pairs possible


* `preferredCornerRadius:integer`<br/>The corner radius that the sheet attempts to present with.
*if not set default to iOS default radius*

Expand Down

0 comments on commit 1b8d436

Please sign in to comment.