AdjustLayoutConstraint
public struct AdjustLayoutConstraintextension AdjustLayoutConstraint: LayoutConstraintProtocolRelated constraint for adjust size of source space. Contains size constraints and layout element for calculate size.
- 
                  
                  Undocumented DeclarationSwift public init(element: AdjustableLayoutElement, anchors: [Size], alignment: Layout.Alignment)
- 
                  
                  Flag, defines that constraint may be used for layout DeclarationSwift public var isActive: Bool { get }
- 
                  
                  Flag that constraint not required other calculations. It`s true for size-based constraints. DeclarationSwift public var isIndependent: Bool { get }
- 
                  
                  LayoutElementobject associated with this constraintDeclarationSwift public func layoutElement(is object: AnyObject) -> Bool
- 
                  
                  Return rectangle for constrain source rect DeclarationSwift public func constrainRect(for currentSpace: CGRect, in coordinateSpace: LayoutElement) -> CGRectParameterscurrentSpaceSource rect in current state coordinateSpaceWorking coordinate space Return ValueRect for constrain 
- 
                  
                  Converts rect from constraint coordinate space to destination coordinate space if needed. DeclarationSwift public func convert(rectIfNeeded rect: CGRect, to coordinateSpace: LayoutElement) -> CGRectParametersrectInitial rect coordinateSpaceDestination coordinate space Return ValueConverted rect 
 AdjustLayoutConstraint Structure Reference
        AdjustLayoutConstraint Structure Reference