Corner

public enum Corner

A representation of the corners of the view

  • topLeft: top left corner of the view
  • topRight: top right corner of the view
  • bottomLeft: bottom left corner of the view
  • bottomRight: bottom right corner of the view
  • top left corner of the view

    Declaration

    Swift

    case topLeft
  • top right corner of the view

    Declaration

    Swift

    case topRight
  • bottom left corner of the view

    Declaration

    Swift

    case bottomLeft
  • bottom right corner of the view

    Declaration

    Swift

    case bottomRight