Skip to content

Commit

Permalink
Docs updated 💡
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Feb 17, 2021
1 parent 32e401d commit 704d4d1
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down Expand Up @@ -131,7 +131,7 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@IBDesignable</span>
<span class="kd">open</span> <span class="kd">class</span> <span class="kt">RangeUISlider</span> <span class="p">:</span> <span class="kt">UIView</span><span class="p">,</span> <span class="kt">ProgrammaticKnobChangeDelegate</span><span class="p">,</span> <span class="kt">KnobGestureManagerDelegate</span></code></pre>
<span class="kd">open</span> <span class="kd">class</span> <span class="kt">RangeUISlider</span> <span class="p">:</span> <span class="kt">UIView</span><span class="p">,</span> <span class="kt">ProgrammaticKnobChangeDelegate</span><span class="p">,</span> <span class="kt">RangeUpdaterDelegate</span></code></pre>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/RangeSliderCoordinator.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeSliderCoordinator Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/RangeUISlider.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeUISlider Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -73,7 +73,7 @@ <h1>RangeUISlider</h1>
<div class="language">

<pre class="highlight swift"><code><span class="kd">@IBDesignable</span>
<span class="kd">open</span> <span class="kd">class</span> <span class="kt">RangeUISlider</span> <span class="p">:</span> <span class="kt">UIView</span><span class="p">,</span> <span class="kt">ProgrammaticKnobChangeDelegate</span><span class="p">,</span> <span class="kt">KnobGestureManagerDelegate</span></code></pre>
<span class="kd">open</span> <span class="kd">class</span> <span class="kt">RangeUISlider</span> <span class="p">:</span> <span class="kt">UIView</span><span class="p">,</span> <span class="kt">ProgrammaticKnobChangeDelegate</span><span class="p">,</span> <span class="kt">RangeUpdaterDelegate</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -162,7 +162,7 @@ <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">defaultValueLeftKnob</span><span class="p">:</span> <span class="kt">CGFloat</span></code></pre>
<span class="kd">public</span> <span class="k">var</span> <span class="nv">defaultValueLeftKnob</span><span class="p">:</span> <span class="kt">CGFloat</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -190,7 +190,7 @@ <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">defaultValueRightKnob</span><span class="p">:</span> <span class="kt">CGFloat</span></code></pre>
<span class="kd">public</span> <span class="k">var</span> <span class="nv">defaultValueRightKnob</span><span class="p">:</span> <span class="kt">CGFloat</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Protocols.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Protocols Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Protocols/RangeUISliderDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeUISliderDelegate Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Structures Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs/RangeSlider.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeSlider Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down Expand Up @@ -131,7 +131,7 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@IBDesignable</span>
<span class="kd">open</span> <span class="kd">class</span> <span class="kt">RangeUISlider</span> <span class="p">:</span> <span class="kt">UIView</span><span class="p">,</span> <span class="kt">ProgrammaticKnobChangeDelegate</span><span class="p">,</span> <span class="kt">KnobGestureManagerDelegate</span></code></pre>
<span class="kd">open</span> <span class="kd">class</span> <span class="kt">RangeUISlider</span> <span class="p">:</span> <span class="kt">UIView</span><span class="p">,</span> <span class="kt">ProgrammaticKnobChangeDelegate</span><span class="p">,</span> <span class="kt">RangeUpdaterDelegate</span></code></pre>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeSliderCoordinator Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeUISlider Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -73,7 +73,7 @@ <h1>RangeUISlider</h1>
<div class="language">

<pre class="highlight swift"><code><span class="kd">@IBDesignable</span>
<span class="kd">open</span> <span class="kd">class</span> <span class="kt">RangeUISlider</span> <span class="p">:</span> <span class="kt">UIView</span><span class="p">,</span> <span class="kt">ProgrammaticKnobChangeDelegate</span><span class="p">,</span> <span class="kt">KnobGestureManagerDelegate</span></code></pre>
<span class="kd">open</span> <span class="kd">class</span> <span class="kt">RangeUISlider</span> <span class="p">:</span> <span class="kt">UIView</span><span class="p">,</span> <span class="kt">ProgrammaticKnobChangeDelegate</span><span class="p">,</span> <span class="kt">RangeUpdaterDelegate</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -162,7 +162,7 @@ <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">defaultValueLeftKnob</span><span class="p">:</span> <span class="kt">CGFloat</span></code></pre>
<span class="kd">public</span> <span class="k">var</span> <span class="nv">defaultValueLeftKnob</span><span class="p">:</span> <span class="kt">CGFloat</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -190,7 +190,7 @@ <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">defaultValueRightKnob</span><span class="p">:</span> <span class="kt">CGFloat</span></code></pre>
<span class="kd">public</span> <span class="k">var</span> <span class="nv">defaultValueRightKnob</span><span class="p">:</span> <span class="kt">CGFloat</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Protocols Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeUISliderDelegate Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Structures Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeSlider Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a title="RangeUISlider Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down
Binary file modified docs/docsets/RangeUISlider.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a title="RangeUISlider Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 2.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 2.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down

0 comments on commit 704d4d1

Please sign in to comment.