Side

public enum Side

A programmatic representation of the four sides of a view.

Values of this enumeration are handy to specify the side of a view when it’s necessary to update the padding.

  • top

    Undocumented

    Declaration

    Swift

    case top
  • Undocumented

    Declaration

    Swift

    case bottom
  • Undocumented

    Declaration

    Swift

    case left
  • Undocumented

    Declaration

    Swift

    case right