Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
UICircularProgressRing.swift documentation fix (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
RxDx authored Feb 27, 2020
1 parent 4a1fd4a commit b36f11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UICircularProgressRing/UICircularProgressRing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ final public class UICircularProgressRing: UICircularRing {
The minimum value for the progress ring. ex: (0) -> 100.

## Important ##
Default = 100
Default = 0.0

Must be a non-negative value, the absolute value is taken when setting this property.

Expand All @@ -120,7 +120,7 @@ final public class UICircularProgressRing: UICircularRing {
The maximum value for the progress ring. ex: 0 -> (100)

## Important ##
Default = 100
Default = 100.0

Must be a non-negative value, the absolute value is taken when setting this property.

Expand Down

0 comments on commit b36f11a

Please sign in to comment.