BPKBottomSheetContentMode
public enum BPKBottomSheetContentMode
-
The sheet shows in full screen Sheet is expansible Use
Spacerin your content to define expansion behaviourDeclaration
Swift
case large -
The sheet shows at half the screen Sheet is only expansible if
expansibleis set totrue. UseSpacerin your content to define expansion behaviourDeclaration
Swift
case medium(_: Bool) -
The sheet shows at half the screen Sheet is expansible Use
Spacerin your content to define expansion behaviourDeclaration
Swift
public static let medium: BPKBottomSheetContentMode -
The sheet resizes to fit its content Sheet is not expansible Usage of
Spacerin your content is not recommendedDeclaration
Swift
case fitContent