JustifyContent
public enum JustifyContent
                - 
                  
                  
Default value. Items are positioned at the beginning of the container.
Declaration
Swift
case start 
- 
                  
                  
Items are positioned at the center of the container
Declaration
Swift
case center 
- 
                  
                  
Items are positioned at the end of the container
Declaration
Swift
case end 
- 
                  
                  
Items are positioned with space between the lines
Declaration
Swift
case spaceBetween 
- 
                  
                  
Items are positioned with space before, between, and after the lines
Declaration
Swift
case spaceAround 
View on GitHub
        JustifyContent Enumeration Reference