MMMLayoutVerticalAlignment
Objective-C
NS_ENUM(NSInteger, MMMLayoutVerticalAlignment) {
MMMLayoutVerticalAlignmentNone = MMMLayoutAlignmentNone,
MMMLayoutVerticalAlignmentTop = MMMLayoutAlignmentLeading,
MMMLayoutVerticalAlignmentGolden = MMMLayoutAlignmentGolden,
MMMLayoutVerticalAlignmentCenter = MMMLayoutAlignmentCenter,
MMMLayoutVerticalAlignmentBottom = MMMLayoutAlignmentTrailing,
MMMLayoutVerticalAlignmentFill = MMMLayoutAlignmentFill
}
Swift
enum MMMLayoutVerticalAlignment : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
MMMLayoutVerticalAlignmentNone = MMMLayoutAlignmentNoneSwift
case none = 0 -
Undocumented
Declaration
Objective-C
MMMLayoutVerticalAlignmentTop = MMMLayoutAlignmentLeadingSwift
case top = 1 -
Undocumented
Declaration
Objective-C
MMMLayoutVerticalAlignmentGolden = MMMLayoutAlignmentGoldenSwift
case golden = 2 -
Undocumented
Declaration
Objective-C
MMMLayoutVerticalAlignmentCenter = MMMLayoutAlignmentCenterSwift
case center = 3 -
Undocumented
Declaration
Objective-C
MMMLayoutVerticalAlignmentBottom = MMMLayoutAlignmentTrailingSwift
case bottom = 4 -
Undocumented
Declaration
Objective-C
MMMLayoutVerticalAlignmentFill = MMMLayoutAlignmentFillSwift
case fill = 5
View on GitHub
MMMLayoutVerticalAlignment Enumeration Reference