Protocols
The following protocols are available globally.
-
This is the protocol declaration for the UICircularProgressRingView delegate property
Important
When progress is done updating via UICircularProgressRingView.setValue(_:), the finishedUpdatingProgress(forRing: UICircularProgressRingView) will be called.
The ring will be passed to the delegate in order to keep track of multiple ring updates if needed.
Author
Luis Padron
See moreDeclaration
Swift
public protocol UICircularProgressRingDelegate: class
-
Undocumented
See moreDeclaration
Swift
public protocol MultiArrayType: Comparable