LayoutGuide

public final class LayoutGuide
extension LayoutGuide: SpatialReferenceType
extension LayoutGuide: Equatable
extension LayoutGuide: Hashable
extension LayoutGuide: LayoutAnchorsContainer

A rectangular area in a view that can interact with the layout constraint system.

  • Undocumented

    Declaration

    Swift

    internal(set) public weak var owningView: View? { get }
  • Undocumented

    Declaration

    Swift

    internal(set) public var area: UIRectangle { get }
  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

    public func removeFromSuperview()
  • Undocumented

    Declaration

    Swift

    public func absoluteTransform() -> UIMatrix
  • Declaration

    Swift

    public static func == (lhs: LayoutGuide, rhs: LayoutGuide) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • Undocumented

    Declaration

    Swift

    public var layout: LayoutAnchors { get }