MRDBottomSheetHeightPercentage Constants Reference

Declared in MRDBottomSheetViewController.h

MRDBottomSheetHeightPercentage

Used for specifying the maximum height percentage of the screen a floating sheet can become. This only applies to expandable floating sheets, normally found on normal width situations.

Definition

typedef NS_ENUM(NSInteger, MRDBottomSheetHeightPercentage ) {
   MRDBottomSheetHeightPercentageAuto = 0,
   MRDBottomSheetHeightPercentageLow = 30,
   MRDBottomSheetHeightPercentageMid = 60,
   MRDBottomSheetHeightPercentageTall = 90,
};

Constants

MRDBottomSheetHeightPercentageAuto

Default value for all sheets if not specified. Sized to 90% of the screen height.

Declared In MRDBottomSheetViewController.h.

MRDBottomSheetHeightPercentageLow

Sized to 30% of the screen height.

Declared In MRDBottomSheetViewController.h.

MRDBottomSheetHeightPercentageMid

Sized to 60% of the screen height.

Declared In MRDBottomSheetViewController.h.

MRDBottomSheetHeightPercentageTall

Sized to 90% of the screen height.

Declared In MRDBottomSheetViewController.h.

Declared In

MRDBottomSheetViewController.h