ContentLayoutConstraint
public struct ContentLayoutConstraintextension ContentLayoutConstraint: LayoutConstraintProtocolRelated constraint that uses internal bounds to constrain, defined in ‘layoutBounds’ property
- 
                  
                  Undocumented DeclarationSwift public init(element: LayoutElement, constraints: [RectBasedConstraint])
- 
                  
                  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 
 ContentLayoutConstraint Structure Reference
        ContentLayoutConstraint Structure Reference