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

Commit 4e3fa48

Browse files
committed
v6.0.2
1 parent 1620c76 commit 4e3fa48

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+301
-79
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 6.0.2
2+
3+
- Fix issue with formatter initializers being interal, they're now public as intended.
4+
15
# Version 6.0.1
26

37
- Fix bug relating to label for rings being removed during animation ([#171](https://github.com/luispadron/UICircularProgressRing/issues/171))

UICircularProgressRing.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "UICircularProgressRing"
5-
s.version = "6.0.1"
5+
s.version = "6.0.2"
66
s.summary = "A highly customizable circular progress bar for iOS written in Swift"
77

88
s.description = <<-DESC

docs/Classes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="Classes Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -207,7 +207,7 @@ <h4>Declaration</h4>
207207
</section>
208208
</section>
209209
<section id="footer">
210-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
210+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
211211
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
212212
</section>
213213
</article>

docs/Classes/UICircularProgressRing.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="UICircularProgressRing Class Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="../index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -591,7 +591,7 @@ <h4>Declaration</h4>
591591
</section>
592592
</section>
593593
<section id="footer">
594-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
594+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
595595
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
596596
</section>
597597
</article>

docs/Classes/UICircularRing.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="UICircularRing Class Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="../index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -1029,7 +1029,7 @@ <h4>Declaration</h4>
10291029
</section>
10301030
</section>
10311031
<section id="footer">
1032-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
1032+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
10331033
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
10341034
</section>
10351035
</article>

docs/Classes/UICircularTimerRing.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="UICircularTimerRing Class Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="../index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -335,7 +335,7 @@ <h4>Declaration</h4>
335335
</section>
336336
</section>
337337
<section id="footer">
338-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
338+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
339339
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
340340
</section>
341341
</article>

docs/Classes/UICircularTimerRing/State.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="State Enumeration Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../../index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="../../index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -188,7 +188,7 @@ <h4>Declaration</h4>
188188
</section>
189189
</section>
190190
<section id="footer">
191-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
191+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
192192
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
193193
</section>
194194
</article>

docs/Enums.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="Enumerations Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -184,7 +184,7 @@ <h4>Declaration</h4>
184184
</section>
185185
</section>
186186
<section id="footer">
187-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
187+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
188188
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
189189
</section>
190190
</article>

docs/Enums/UICircularRingGradientPosition.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="UICircularRingGradientPosition Enumeration Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="../index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -327,7 +327,7 @@ <h4>Declaration</h4>
327327
</section>
328328
</section>
329329
<section id="footer">
330-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
330+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
331331
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
332332
</section>
333333
</article>

docs/Enums/UICircularRingStyle.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="UICircularRingStyle Enumeration Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="../index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -247,7 +247,7 @@ <h4>Declaration</h4>
247247
</section>
248248
</section>
249249
<section id="footer">
250-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
250+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
251251
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
252252
</section>
253253
</article>

docs/Protocols.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="Protocols Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -180,7 +180,7 @@ <h4>Declaration</h4>
180180
</section>
181181
</section>
182182
<section id="footer">
183-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
183+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
184184
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
185185
</section>
186186
</article>

docs/Protocols/UICircularProgressRingDelegate.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="UICircularProgressRingDelegate Protocol Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="../index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -285,7 +285,7 @@ <h4>Declaration</h4>
285285
</section>
286286
</section>
287287
<section id="footer">
288-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
288+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
289289
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
290290
</section>
291291
</article>

docs/Protocols/UICircularRingValueFormatter.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="UICircularRingValueFormatter Protocol Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="../index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -136,7 +136,7 @@ <h4>Declaration</h4>
136136
</section>
137137
</section>
138138
<section id="footer">
139-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
139+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
140140
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
141141
</section>
142142
</article>

docs/Structs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="Structures Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -269,7 +269,7 @@ <h4>Declaration</h4>
269269
</section>
270270
</section>
271271
<section id="footer">
272-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
272+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
273273
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
274274
</section>
275275
</article>

docs/Structs/UICircularProgressRingFormatter.html

+54-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="UICircularProgressRingFormatter Structure Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="../index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -252,6 +252,58 @@ <h4>Declaration</h4>
252252
</section>
253253
</div>
254254
</li>
255+
</ul>
256+
</div>
257+
<div class="task-group">
258+
<div class="task-name-container">
259+
<a name="/Init"></a>
260+
<a name="//apple_ref/swift/Section/Init" class="dashAnchor"></a>
261+
<a href="#/Init">
262+
<h3 class="section-name">Init</h3>
263+
</a>
264+
</div>
265+
<ul>
266+
<li class="item">
267+
<div>
268+
<code>
269+
<a name="/s:22UICircularProgressRing0abC9FormatterV14valueIndicator11rightToLeft17showFloatingPoint13decimalPlacesACSS_S2bSitcfc"></a>
270+
<a name="//apple_ref/swift/Method/init(valueIndicator:rightToLeft:showFloatingPoint:decimalPlaces:)" class="dashAnchor"></a>
271+
<a class="token" href="#/s:22UICircularProgressRing0abC9FormatterV14valueIndicator11rightToLeft17showFloatingPoint13decimalPlacesACSS_S2bSitcfc">init(valueIndicator:rightToLeft:showFloatingPoint:decimalPlaces:)</a>
272+
</code>
273+
</div>
274+
<div class="height-container">
275+
<div class="pointer-container"></div>
276+
<section class="section">
277+
<div class="pointer"></div>
278+
<div class="abstract">
279+
<p>Undocumented</p>
280+
281+
</div>
282+
<div class="declaration">
283+
<h4>Declaration</h4>
284+
<div class="language">
285+
<p class="aside-title">Swift</p>
286+
<pre class="highlight swift"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">valueIndicator</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="s">"%"</span><span class="p">,</span>
287+
<span class="nv">rightToLeft</span><span class="p">:</span> <span class="kt">Bool</span> <span class="o">=</span> <span class="kc">false</span><span class="p">,</span>
288+
<span class="nv">showFloatingPoint</span><span class="p">:</span> <span class="kt">Bool</span> <span class="o">=</span> <span class="kc">false</span><span class="p">,</span>
289+
<span class="nv">decimalPlaces</span><span class="p">:</span> <span class="kt">Int</span> <span class="o">=</span> <span class="mi">2</span><span class="p">)</span></code></pre>
290+
291+
</div>
292+
</div>
293+
</section>
294+
</div>
295+
</li>
296+
</ul>
297+
</div>
298+
<div class="task-group">
299+
<div class="task-name-container">
300+
<a name="/API"></a>
301+
<a name="//apple_ref/swift/Section/API" class="dashAnchor"></a>
302+
<a href="#/API">
303+
<h3 class="section-name">API</h3>
304+
</a>
305+
</div>
306+
<ul>
255307
<li class="item">
256308
<div>
257309
<code>
@@ -284,7 +336,7 @@ <h4>Declaration</h4>
284336
</section>
285337
</section>
286338
<section id="footer">
287-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
339+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
288340
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
289341
</section>
290342
</article>

docs/Structs/UICircularRingGradientOptions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="UICircularRingGradientOptions Structure Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">UICircularProgressRing Docs</a> (96% documented)</p>
17+
<p><a href="../index.html">UICircularProgressRing Docs</a> (95% documented)</p>
1818
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -277,7 +277,7 @@ <h4>Declaration</h4>
277277
</section>
278278
</section>
279279
<section id="footer">
280-
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-02-22)</p>
280+
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-03-01)</p>
281281
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
282282
</section>
283283
</article>

0 commit comments

Comments
 (0)