Classes
The following classes are available globally.
-
UICiruclarProgressRingView
This is the UIView subclass that creates and handles everything to do with the progress ring
This class has a custom CAShapeLayer (UICircularProgressRingLayer) which handels the drawing and animating of the view
The properties in this class correspond with the properties in UICircularProgressRingLayer. When they are set in here, they are also set for the layer and drawn accordingly
Read the docs for what each property does and what can be customized.
Author
Luis Padron
See moreDeclaration
Swift
@IBDesignable open class UICircularProgressRingView: UIView