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

Commit

Permalink
update pod spec and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron committed Sep 15, 2019
1 parent 69c576c commit 0e5e1bd
Show file tree
Hide file tree
Showing 52 changed files with 1,070 additions and 120 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 6.3.0

- Add new "knob" related features, such as custom knob paths and ability to add images to the progress ring knob. Thanks to [@Tom Knapen](https://github.com/wassup-) for the PR!

# Version 6.2.1

- Fix border width calculation to allow proper fitting of view within given bounds. Thanks to [@zulkis](https://github.com/zulkis) for the PR.
Expand Down
2 changes: 1 addition & 1 deletion UICircularProgressRing.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "UICircularProgressRing"
s.version = "6.2.1"
s.version = "6.3.0"
s.summary = "A highly customizable circular progress bar for iOS written in Swift"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion bin/run-jazzy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

jazzy --clean --source-directory src --output docs -a Luis Padron -u https://luispadron.com -m UICircularProgressRing --module-version 6.0.0 -g https://github.com/luispadron/UICircularProgressRing --theme apple
jazzy --source-directory src --output docs -a Luis Padron -u https://luispadron.com -m UICircularProgressRing --module-version 6.0.0 -g https://github.com/luispadron/UICircularProgressRing --theme apple

9 changes: 6 additions & 3 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">UICircularProgressRing 6.0.0 Docs</a> (95% documented)</p>
<p><a href="index.html">UICircularProgressRing 6.0.0 Docs</a> (90% documented)</p>
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -76,6 +76,9 @@
<li class="nav-group-task">
<a href="Structs/UICircularRingGradientOptions.html">UICircularRingGradientOptions</a>
</li>
<li class="nav-group-task">
<a href="Structs/UICircularRingValueKnobPath.html">UICircularRingValueKnobPath</a>
</li>
<li class="nav-group-task">
<a href="Structs/UICircularRingValueKnobStyle.html">UICircularRingValueKnobStyle</a>
</li>
Expand Down Expand Up @@ -207,8 +210,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-07-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-09-14)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
9 changes: 6 additions & 3 deletions docs/Classes/UICircularProgressRing.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="UICircularProgressRing Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">UICircularProgressRing 6.0.0 Docs</a> (95% documented)</p>
<p><a href="../index.html">UICircularProgressRing 6.0.0 Docs</a> (90% documented)</p>
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -76,6 +76,9 @@
<li class="nav-group-task">
<a href="../Structs/UICircularRingGradientOptions.html">UICircularRingGradientOptions</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UICircularRingValueKnobPath.html">UICircularRingValueKnobPath</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UICircularRingValueKnobStyle.html">UICircularRingValueKnobStyle</a>
</li>
Expand Down Expand Up @@ -591,8 +594,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-07-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-09-14)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
44 changes: 41 additions & 3 deletions docs/Classes/UICircularRing.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="UICircularRing Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">UICircularProgressRing 6.0.0 Docs</a> (95% documented)</p>
<p><a href="../index.html">UICircularProgressRing 6.0.0 Docs</a> (90% documented)</p>
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -76,6 +76,9 @@
<li class="nav-group-task">
<a href="../Structs/UICircularRingGradientOptions.html">UICircularRingGradientOptions</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UICircularRingValueKnobPath.html">UICircularRingValueKnobPath</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UICircularRingValueKnobStyle.html">UICircularRingValueKnobStyle</a>
</li>
Expand Down Expand Up @@ -277,6 +280,41 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@UICircularProgressRing@objc(cs)UICircularRing(py)shouldDrawMinValueKnob"></a>
<a name="//apple_ref/swift/Property/shouldDrawMinValueKnob" class="dashAnchor"></a>
<a class="token" href="#/c:@M@UICircularProgressRing@objc(cs)UICircularRing(py)shouldDrawMinValueKnob">shouldDrawMinValueKnob</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>A toggle for showing or hiding the value knob when current value == minimum value.
If false the value knob will not be shown when current value == minimum value.</p>
<h2 id='important' class='heading'>Important</h2>

<p>Default = false</p>
<h2 id='author' class='heading'>Author</h2>

<p>Tom Knapen</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@IBInspectable</span>
<span class="kd">public</span> <span class="k">var</span> <span class="nv">shouldDrawMinValueKnob</span><span class="p">:</span> <span class="kt">Bool</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -1029,8 +1067,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-07-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-09-14)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
9 changes: 6 additions & 3 deletions docs/Classes/UICircularTimerRing.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="UICircularTimerRing Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">UICircularProgressRing 6.0.0 Docs</a> (95% documented)</p>
<p><a href="../index.html">UICircularProgressRing 6.0.0 Docs</a> (90% documented)</p>
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -76,6 +76,9 @@
<li class="nav-group-task">
<a href="../Structs/UICircularRingGradientOptions.html">UICircularRingGradientOptions</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UICircularRingValueKnobPath.html">UICircularRingValueKnobPath</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UICircularRingValueKnobStyle.html">UICircularRingValueKnobStyle</a>
</li>
Expand Down Expand Up @@ -343,8 +346,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-07-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-09-14)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
9 changes: 6 additions & 3 deletions docs/Classes/UICircularTimerRing/State.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="State Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">UICircularProgressRing 6.0.0 Docs</a> (95% documented)</p>
<p><a href="../../index.html">UICircularProgressRing 6.0.0 Docs</a> (90% documented)</p>
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -76,6 +76,9 @@
<li class="nav-group-task">
<a href="../../Structs/UICircularRingGradientOptions.html">UICircularRingGradientOptions</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/UICircularRingValueKnobPath.html">UICircularRingValueKnobPath</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/UICircularRingValueKnobStyle.html">UICircularRingValueKnobStyle</a>
</li>
Expand Down Expand Up @@ -188,8 +191,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-07-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-09-14)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
9 changes: 6 additions & 3 deletions docs/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Enumerations Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">UICircularProgressRing 6.0.0 Docs</a> (95% documented)</p>
<p><a href="index.html">UICircularProgressRing 6.0.0 Docs</a> (90% documented)</p>
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -76,6 +76,9 @@
<li class="nav-group-task">
<a href="Structs/UICircularRingGradientOptions.html">UICircularRingGradientOptions</a>
</li>
<li class="nav-group-task">
<a href="Structs/UICircularRingValueKnobPath.html">UICircularRingValueKnobPath</a>
</li>
<li class="nav-group-task">
<a href="Structs/UICircularRingValueKnobStyle.html">UICircularRingValueKnobStyle</a>
</li>
Expand Down Expand Up @@ -184,8 +187,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-07-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-09-14)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
9 changes: 6 additions & 3 deletions docs/Enums/UICircularRingGradientPosition.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="UICircularRingGradientPosition Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">UICircularProgressRing 6.0.0 Docs</a> (95% documented)</p>
<p><a href="../index.html">UICircularProgressRing 6.0.0 Docs</a> (90% documented)</p>
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -76,6 +76,9 @@
<li class="nav-group-task">
<a href="../Structs/UICircularRingGradientOptions.html">UICircularRingGradientOptions</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UICircularRingValueKnobPath.html">UICircularRingValueKnobPath</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UICircularRingValueKnobStyle.html">UICircularRingValueKnobStyle</a>
</li>
Expand Down Expand Up @@ -327,8 +330,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-07-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-09-14)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
9 changes: 6 additions & 3 deletions docs/Enums/UICircularRingStyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="UICircularRingStyle Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">UICircularProgressRing 6.0.0 Docs</a> (95% documented)</p>
<p><a href="../index.html">UICircularProgressRing 6.0.0 Docs</a> (90% documented)</p>
<p class="header-right"><a href="https://github.com/luispadron/UICircularProgressRing"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -76,6 +76,9 @@
<li class="nav-group-task">
<a href="../Structs/UICircularRingGradientOptions.html">UICircularRingGradientOptions</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UICircularRingValueKnobPath.html">UICircularRingValueKnobPath</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UICircularRingValueKnobStyle.html">UICircularRingValueKnobStyle</a>
</li>
Expand Down Expand Up @@ -247,8 +250,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-07-15)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://luispadron.com" target="_blank" rel="external">Luis</a>. All rights reserved. (Last updated: 2019-09-14)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit 0e5e1bd

Please sign in to comment.