RSDCountdownDial

public final class RSDCountdownDial: RSDProgressIndicator

RSDCountdownDial shows a circular dial indicator.

  • The color of the circular ring that shows the track of the progress indicator.

    Declaration

    Swift

    public var ringColor: UIColor = UIColor.rsd_dialRing
  • The width of the circular ring that shows the track of the progress indicator.

    Declaration

    Swift

    public var ringWidth: CGFloat = 4
  • The width of the dial (progress indicator).

    Note

    The color of the dial is set using the tintColor property.

    Declaration

    Swift

    public var dialWidth: CGFloat = 18
  • Override tintColorDidChange() to update the color of the progress indicator dial.

    Declaration

    Swift

    open override func tintColorDidChange()
  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Override to implement progress layer.

    Declaration

    Swift

    public override var progressLayer: CAShapeLayer!
  • Undocumented

    Declaration

    Swift

    open override func layoutSubviews()