RectBasedElement

public protocol RectBasedElement

Undocumented

  • External representation of layout entity in coordinate space

    Declaration

    Swift

    var frame: CGRect { get set }
  • Internal coordinate space of layout entity

    Declaration

    Swift

    var bounds: CGRect { get set }