Center
public struct Center : RectBasedConstraint, Extensible
Set of constraints related to center of restrictive rect
-
Undocumented
Declaration
Swift
public typealias Conformed = RectBasedConstraint -
Common method for create entity of this type with base behavior.
Declaration
Swift
public static func build(_ base: RectBasedConstraint) -> CenterParameters
baseEntity implements required behavior
Return Value
Initialized entity
-
Returns alignment constraint by center
Declaration
Swift
public static func align(by dependency: AlignDependence) -> CenterParameters
dependencyAnchor dependency for target rect
Return Value
Alignment constraint typed by Center
-
Undocumented
See moreDeclaration
Swift
public struct AlignDependence : RectBasedConstraint
Center Structure Reference