UIStackView's axisios :: UIStackViewAlignment :: baseline
ios :: UIStackViewAlignment :: bottom
ios :: UIStackViewAlignment :: center
ios :: UIStackViewAlignment :: fill
ios :: UIStackViewAlignment :: leading
ios :: UIStackViewAlignment :: top
ios :: UIStackViewAlignment :: trailing
ios $ UIStackViewAlignment :: SELF
Type of this instance, automatically specialized in every classcore :: Pointer :: address_is_null
Is the address behind this Object at NULL?ios :: UIStackViewAlignment :: baseline
ios :: UIStackViewAlignment :: bottom
ios :: UIStackViewAlignment :: center
core :: Object :: class_factory
Implementation used byget_class to create the specific class.
			core :: Object :: defaultinit
core :: Pointer :: defaultinit
ios :: UIStackViewAlignment :: fill
core :: Object :: is_same_instance
Return true ifself and other are the same instance (i.e. same identity).
			core :: Object :: is_same_serialized
Isself the same as other in a serialization context?
			core :: Object :: is_same_type
Return true ifself and other have the same dynamic type.
			ios :: UIStackViewAlignment :: leading
core :: Object :: output_class_name
Display class name on stdout (debug only).ios :: UIStackViewAlignment :: top
ios :: UIStackViewAlignment :: trailing
# Defines the layout of the arranged views perpendicular to the `UIStackView`'s axis
extern class UIStackViewAlignment in "ObjC" `{ NSInteger `}
    new fill in "ObjC" `{ return UIStackViewAlignmentFill; `}
    new leading in "ObjC" `{ return UIStackViewAlignmentLeading; `}
    new top in "ObjC" `{ return UIStackViewAlignmentTop; `}
    new baseline in "ObjC" `{ return UIStackViewAlignmentFirstBaseline; `}
    new center in "ObjC" `{ return UIStackViewAlignmentCenter; `}
    new trailing in "ObjC" `{ return UIStackViewAlignmentTrailing; `}
    new bottom in "ObjC" `{ return UIStackViewAlignmentBottom; `}
    new last_baseline in "ObjC" `{ return UIStackViewAlignmentLastBaseline; `}
end
					lib/ios/ui/uikit.nit:572,1--582,3