Protocols
The following protocols are available globally.
- 
                  
                  Undocumented See moreDeclarationSwift public protocol LayoutElementsContainer : LayoutElement
- 
                  
                  Common protocol for anyone See moreLayoutElement. Used for multi-converting coordinates betweenLayoutElementitems. Converting between UIView and CALayer has low performance in comparison converting with same type. Therefore should UIView.layer property when creates constraint relationship between UIView and CALayer.DeclarationSwift public protocol LayoutCoordinateSpace
- 
                  
                  Defines method for wrapping entity with base behavior to this type. See moreDeclarationSwift public protocol Extensible
- 
                  
                  Undocumented See moreDeclarationSwift public protocol RectBasedLayout
- 
                  
                  Main protocol for any layout constraint See moreDeclarationSwift public protocol RectBasedConstraint
- 
                  
                  Undocumented See moreDeclarationSwift public protocol RectBasedElement
- 
                  
                  Protocol for any layout element See moreDeclarationSwift public protocol LayoutElement : AnyObject, LayoutCoordinateSpace, RectBasedElement
- 
                  
                  Defines requirements for thread confined wrapper of layout element See moreDeclarationSwift public protocol ElementInLayoutTime : RectBasedElement
- 
                  
                  Protocol for text elements. Provides their specific parameters. See moreDeclarationSwift public protocol TextPresentedElement
- 
                  
                  Element that may adapt to proposed size See moreDeclarationSwift public protocol AdaptiveLayoutElement : AnyObject
- 
                  
                  Protocol for elements that can calculate yourself content size See moreDeclarationSwift public protocol AdjustableLayoutElement : LayoutElement
- 
                  
                  Provides rect for constrain source space. Used for related constraints. See moreDeclarationSwift public protocol LayoutConstraintProtocol : RectBasedConstraint
 Protocols  Reference
        Protocols  Reference