Structures
The following structures are available globally.
- 
                  
                  Closure based implementation RectBasedLayout See moreDeclarationSwift public struct AnyRectBasedLayout : RectBasedLayout
- 
                  
                  Closure based implementation of RectBasedConstraint See moreDeclarationSwift public struct AnyRectBasedConstraint : RectBasedConstraint
- 
                  
                  Set of constraints related to center of restrictive rect See moreDeclarationSwift public struct Center : RectBasedConstraint, Extensible
- 
                  
                  DeclarationSwift public struct Inset : RectBasedConstraintParametersvalueUIEdgeInsets value Return ValueInset constraint 
- 
                  
                  Constraint, that makes source rect equally to passed rect See moreDeclarationSwift public struct Equal : RectBasedConstraint
- 
                  
                  Undocumented See moreDeclarationSwift public struct Leading : RectBasedConstraint, Extensible
- 
                  
                  Undocumented See moreDeclarationSwift public struct Trailing : RectBasedConstraint, Extensible
- 
                  
                  Set of size-based constraints See moreDeclarationSwift public struct Size : RectBasedConstraint, Extensible
- 
                  
                  Set of constraints related to bottom of restrictive rect See moreDeclarationSwift public struct Bottom : RectBasedConstraint, Extensible
- 
                  
                  Set of constraints related to right of restrictive rect See moreDeclarationSwift public struct Right : RectBasedConstraint, Extensible
- 
                  
                  Set of constraints related to left of restrictive rect See moreDeclarationSwift public struct Left : RectBasedConstraint, Extensible
- 
                  
                  Set of constraints related to top of restrictive rect See moreDeclarationSwift public struct Top : RectBasedConstraint, Extensible
- 
                  
                  Main layout structure. Use his for positioning and filling in source rect (which can be constrained using See moreRectBasedConstraintconstraints).DeclarationSwift public struct Layout : RectBasedLayout, Extensible
- 
                  
                  LayoutScheme defines layout process for some layout blocks. Represented as simple set of layout blocks with the right sequence, that means currently performed block has constraints related to See moreLayoutElementelements with corrected frame. LayoutScheme can contain other layout schemes.DeclarationSwift public struct LayoutScheme : LayoutBlockProtocol
- 
                  
                  Simple related constraint. Contains anchor constraints and layout element as source of frame for constrain See moreDeclaration
- 
                  
                  Related constraint for adjust size of source space. Contains size constraints and layout element for calculate size. See moreDeclarationSwift public struct AdjustLayoutConstraintextension AdjustLayoutConstraint: LayoutConstraintProtocol
- 
                  
                  Related constraint that uses internal bounds to constrain, defined in ‘layoutBounds’ property See moreDeclarationSwift public struct ContentLayoutConstraintextension ContentLayoutConstraint: LayoutConstraintProtocol
- 
                  
                  Layout constraint for independent changing source space. Use him with anchors that not describes rect side (for example See moreLayoutAnchor.insetsorLayoutAnchor.Size).DeclarationSwift public struct AnonymConstraint : LayoutConstraintProtocol
- 
                  
                  Undocumented See moreDeclarationSwift public struct StringLayoutAnchor : RectBasedConstraint
- 
                  
                  Undocumented DeclarationSwift public struct Configuration
- 
                  
                  Defines limiters for content of scroll layout guide. See moreDeclarationSwift public struct ScrollDirection : OptionSet
- 
                  
                  Undocumented See moreDeclarationSwift public struct StackDistribution : RectBasedDistribution
- 
                  
                  Defines layout for arranged items See moreDeclarationSwift public struct StackLayoutScheme : LayoutBlockProtocol
 Structures  Reference
        Structures  Reference