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 = MMMLayoutAlignmentNone
Swift
case none = 0
-
Undocumented
Declaration
Objective-C
MMMLayoutVerticalAlignmentTop = MMMLayoutAlignmentLeading
Swift
case top = 1
-
Undocumented
Declaration
Objective-C
MMMLayoutVerticalAlignmentGolden = MMMLayoutAlignmentGolden
Swift
case golden = 2
-
Undocumented
Declaration
Objective-C
MMMLayoutVerticalAlignmentCenter = MMMLayoutAlignmentCenter
Swift
case center = 3
-
Undocumented
Declaration
Objective-C
MMMLayoutVerticalAlignmentBottom = MMMLayoutAlignmentTrailing
Swift
case bottom = 4
-
Undocumented
Declaration
Objective-C
MMMLayoutVerticalAlignmentFill = MMMLayoutAlignmentFill
Swift
case fill = 5