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 27, 2021
1 parent 76d8c14 commit f481010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var bottomSheetController = TiBottomSheetControllerModule.createBottomSheet({
widthFollowsPreferredContentSizeWhenEdgeAttached:false, // A Boolean value that determines whether the sheet's width matches its view controller's preferred content size.
prefersGrabberVisible:true, // A Boolean value that determines whether the sheet shows a grabber at the top.
largestUndimmedDetentIdentifier:'medium', // medium or large - if not set, it is full dimmed depending on activated detents - The largest detent that doesn’t dim the view underneath the sheet.
contentView: bottomView. // View (any kind), Window or NavigationWindow
contentView: bottomView // View (any kind), Window or NavigationWindow
});

bottomSheetController.addEventListener('dismissing', function() {
Expand Down

0 comments on commit f481010

Please sign in to comment.