AlignSelf
public enum AlignSelf
                - 
                  
                  
Default. The element inherits its parent container’s align-items property, or
stretch
if it has no parent containerDeclaration
Swift
case auto 
- 
                  
                  
The element is positioned to fit the container
Declaration
Swift
case stretch 
- 
                  
                  
The element is positioned at the beginning of the container
Declaration
Swift
case start 
- 
                  
                  
The element is positioned at the center of the container
Declaration
Swift
case center 
- 
                  
                  
The element is positioned at the end of the container
Declaration
Swift
case end 
- 
                  
                  
The element is positioned at the baseline of the container
Declaration
Swift
case baseline 
View on GitHub
        AlignSelf Enumeration Reference