Skip to content

TTMSFMXNativeUIViewSheetController

Usage

The TMSFMXNativeUIViewSheetController class lets you present your view controller as a sheet.

Published Properties

Property name Description
Detents The possible sizes of the sheet.
SelectedDetent The selected size the sheet should show.
ShowGrabber Make the grabber on top of the sheet visible.
Color The color of the view controller.
Tilte The title of the view controller.

Public Methods

Method name Description
GetParentView: UIView Retrieves the parent view of the sheet controller.
ShowFromView(AView: UIView) Shows the sheet from a view.
Show Shows the sheet from the parent view.
Hide(AAnimated: Boolean) Hide the sheet view.