CircularProgressView

@IBDesignable
class CircularProgressView : UIView

Undocumented

  • Undocumented

    Declaration

    Swift

    let circleLayer: CAShapeLayer
  • Undocumented

    Declaration

    Swift

    let progressLayer: CAShapeLayer
  • Undocumented

    Declaration

    Swift

    let textLayer: CATextLayer
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var maxValue: CGFloat
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var minValue: CGFloat
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var fontSize: CGFloat
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var lineWidth: CGFloat
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var progressBarColor: UIColor { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var circleColor: UIColor { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var fontColor: UIColor
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var progress: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    required init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    func addLayers()
  • Undocumented

    Declaration

    Swift

    override func layoutSubviews()