diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6be7ad..ddf92145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 6.5.0 + +- Fix issue with value knob being clipped for certain ring styles + # Version 6.4.0 - Add Swift Package Manager support diff --git a/UICircularProgressRing.podspec b/UICircularProgressRing.podspec index fbe99d42..2bca12da 100644 --- a/UICircularProgressRing.podspec +++ b/UICircularProgressRing.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "UICircularProgressRing" - s.version = "6.4.0" + s.version = "6.5.0" s.summary = "A highly customizable circular progress bar for iOS written in Swift" s.description = <<-DESC diff --git a/docs/Classes.html b/docs/Classes.html index a142580d..937e8873 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -127,10 +127,6 @@
@@ -173,10 +169,6 @@ Declaration
@@ -210,8 +202,8 @@ Declaration
The spacing between the outer ring and inner ring
This only applies when using progressRingStyle = 1
+This only applies when using ringStyle
= .inside
Default = 1
Used to create a custom knob
for the progress ring.
+
Used to create a custom “knob” for the progress ring.
Simply create a path that fits within the given CGRect
.
Default = .oval
The name of the value indicator the value label will
appened to the value
-Example: GB
-> 100 GB
Default = %
Default = “%”
Luis Padron
@@ -164,7 +166,7 @@A toggle for either placing the value indicator right or left to the value
-Example: true -> GB 100
(instead of 100 GB)
Default = false (place value indicator to the right)
@@ -261,9 +263,11 @@Used to create a custom knob
for the progress ring.
+
Used to create a custom “knob” for the progress ring.
Simply create a path that fits within the given CGRect
.
Default = .oval
@@ -173,10 +169,6 @@ Declaration
@@ -210,8 +202,8 @@ Declaration
The spacing between the outer ring and inner ring
This only applies when using progressRingStyle = 1
+This only applies when using ringStyle
= .inside
Default = 1
Used to create a custom knob
for the progress ring.
+
Used to create a custom “knob” for the progress ring.
Simply create a path that fits within the given CGRect
.
Default = .oval
The name of the value indicator the value label will
appened to the value
-Example: GB
-> 100 GB
Default = %
Default = “%”
Luis Padron
@@ -164,7 +166,7 @@A toggle for either placing the value indicator right or left to the value
-Example: true -> GB 100
(instead of 100 GB)
Default = false (place value indicator to the right)
@@ -261,9 +263,11 @@Used to create a custom knob
for the progress ring.
+
Used to create a custom “knob” for the progress ring.
Simply create a path that fits within the given CGRect
.
Default = .oval