UICircularProgressRingStyle

@objc public enum UICircularProgressRingStyle: Int

UICircularProgressRingStyle

This is an enumeration which is used to determine the style of the progress ring.

Author

Luis Padron

  • Inner ring is inside the circle

    Declaration

    Swift

    case inside = 1
  • Inner ring is placed ontop of the outer ring

    Declaration

    Swift

    case ontop = 2
  • Outer ring is dashed

    Declaration

    Swift

    case dashed = 3
  • Outer ring is dotted

    Declaration

    Swift

    case dotted = 4
  • Inner ring is placed ontop of the outer ring and it has a gradient

    Declaration

    Swift

    case gradient = 5