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