QMUIPopupContainerViewLayoutDirection
NS_ENUM(NSUInteger, QMUIPopupContainerViewLayoutDirection) {
QMUIPopupContainerViewLayoutDirectionAbove,
QMUIPopupContainerViewLayoutDirectionBelow,
QMUIPopupContainerViewLayoutDirectionLeft,
QMUIPopupContainerViewLayoutDirectionRight
}
Undocumented
-
Undocumented
Declaration
Objective-C
QMUIPopupContainerViewLayoutDirectionAbove
Swift
case above = 0
-
Undocumented
Declaration
Objective-C
QMUIPopupContainerViewLayoutDirectionBelow
Swift
case below = 1
-
Undocumented
Declaration
Objective-C
QMUIPopupContainerViewLayoutDirectionLeft
Swift
case left = 2
-
Undocumented
Declaration
Objective-C
QMUIPopupContainerViewLayoutDirectionRight
Swift
case right = 3