Dimension

public enum Dimension

A custom representation of the width and height dimensions.

Cases of this enumeration are useful to specify a dimension value of a view.

  • Undocumented

    Declaration

    Swift

    case width
  • Undocumented

    Declaration

    Swift

    case height