Leading
public struct Leading : RectBasedConstraint, ExtensibleUndocumented
- 
                  
                  Undocumented DeclarationSwift public typealias Conformed = RectBasedConstraint
- 
                  
                  Common method for create entity of this type with base behavior. DeclarationSwift public static func build(_ base: RectBasedConstraint) -> LeadingParametersbaseEntity implements required behavior Return ValueInitialized entity 
- 
                  
                  Returns alignment constraint by leading DeclarationSwift public static func align(by dependency: Align.Dependence) -> LeadingParametersdependencySpace dependency for target rect Return ValueAlignment constraint typed by Leading 
- 
                  
                  Undocumented See moreDeclarationSwift public struct Align
- 
                  
                  Returns constraint, that limits source rect by leading of passed rect. If source rect intersects leading of passed rect, source rect will be cropped, else will not changed. DeclarationSwift public static func limit(on dependency: Limit.Dependence) -> LeadingParametersdependencySpace dependency for target rect Return ValueLimit constraint typed by Leading 
- 
                  
                  Undocumented See moreDeclarationSwift public struct Limit
- 
                  
                  Returns constraint, that pulls source rect to leading of passed rect. If source rect intersects leading of passed rect, source rect will be cropped, else will pulled with changing size. DeclarationSwift public static func pull(from dependency: Pull.Dependence) -> LeadingParametersdependencySpace dependency for target rect Return ValuePull constraint typed by Leading 
- 
                  
                  Undocumented See moreDeclarationSwift public struct Pull
 Leading Structure Reference
        Leading Structure Reference