MMMLayoutAlignment
Objective-C
enum MMMLayoutAlignment : NSInteger {}
Swift
enum MMMLayoutAlignment : Int, @unchecked Sendable
General alignment flags used when it’s not important which direction (vertical or horizontal) the alignment is for.
-
Undocumented
Declaration
Objective-C
MMMLayoutAlignmentNoneSwift
case none = 0 -
Undocumented
Declaration
Objective-C
MMMLayoutAlignmentLeadingSwift
case leading = 1 -
Undocumented
Declaration
Objective-C
MMMLayoutAlignmentGoldenSwift
case golden = 2 -
Undocumented
Declaration
Objective-C
MMMLayoutAlignmentCenterSwift
case center = 3 -
Undocumented
Declaration
Objective-C
MMMLayoutAlignmentTrailingSwift
case trailing = 4 -
Undocumented
Declaration
Objective-C
MMMLayoutAlignmentFillSwift
case fill = 5
View on GitHub
MMMLayoutAlignment Enumeration Reference