Top
public struct Top : RectBasedConstraint, ExtensibleSet of constraints related to top of restrictive rect
- 
                  
                  Undocumented DeclarationSwift public typealias Conformed = RectBasedConstraint
- 
                  
                  Common method for create entity of this type with base behavior. DeclarationSwift public static func build(_ base: RectBasedConstraint) -> TopParametersbaseEntity implements required behavior Return ValueInitialized entity 
- 
                  
                  Returns alignment constraint by top DeclarationSwift public static func align(by dependency: AlignDependence) -> TopParametersdependencySpace dependency for target rect Return ValueAlignment constraint typed by Top 
- 
                  
                  Undocumented See moreDeclarationSwift public struct AlignDependence : RectBasedConstraint
- 
                  
                  Returns constraint, that limits source rect by top of passed rect. If source rect intersects top of passed rect, source rect will be cropped, else will not changed. DeclarationSwift public static func limit(on dependency: LimitDependence) -> TopParametersdependencySpace dependency for target rect Return ValueLimit constraint typed by Top 
- 
                  
                  Undocumented See moreDeclarationSwift public struct LimitDependence : RectBasedConstraint
- 
                  
                  Returns constraint, that pulls source rect to top of passed rect. If source rect intersects top of passed rect, source rect will be cropped, else will pulled with changing size. DeclarationSwift public static func pull(from dependency: PullDependence) -> TopParametersdependencySpace dependency for target rect Return ValuePull constraint typed by Top 
- 
                  
                  Undocumented See moreDeclarationSwift public struct PullDependence : RectBasedConstraint
 Top Structure Reference
        Top Structure Reference