Skip to content

Commit 215efaf

Browse files
committed
Bumped version to 1.2.3
1 parent 778e5d8 commit 215efaf

File tree

29 files changed

+221
-130
lines changed

29 files changed

+221
-130
lines changed

Demo/Bin/Demo.zip

200 KB
Binary file not shown.

Demo/Demo/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.2</string>
20+
<string>1.2.3</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>

Docs/Classes/ThemeColor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ <h4>Declaration</h4>
564564
<h4>Declaration</h4>
565565
<div class="language">
566566
<p class="aside-title">Swift</p>
567-
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">static</span> <span class="n">open</span> <span class="kd">func</span> <span class="nf">emptyCache</span><span class="p">()</span></code></pre>
567+
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">class</span> <span class="n">open</span> <span class="kd">func</span> <span class="nf">emptyCache</span><span class="p">()</span></code></pre>
568568

569569
</div>
570570
</div>

Docs/Classes/ThemeGradient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ <h4>Declaration</h4>
534534
<h4>Declaration</h4>
535535
<div class="language">
536536
<p class="aside-title">Swift</p>
537-
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">static</span> <span class="n">open</span> <span class="kd">func</span> <span class="nf">emptyCache</span><span class="p">()</span></code></pre>
537+
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">class</span> <span class="n">open</span> <span class="kd">func</span> <span class="nf">emptyCache</span><span class="p">()</span></code></pre>
538538

539539
</div>
540540
</div>

Docs/Classes/ThemeImage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ <h4>Declaration</h4>
537537
<h4>Declaration</h4>
538538
<div class="language">
539539
<p class="aside-title">Swift</p>
540-
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">static</span> <span class="n">open</span> <span class="kd">func</span> <span class="nf">emptyCache</span><span class="p">()</span></code></pre>
540+
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">class</span> <span class="n">open</span> <span class="kd">func</span> <span class="nf">emptyCache</span><span class="p">()</span></code></pre>
541541

542542
</div>
543543
</div>

Docs/Classes/ThemeManager.html

Lines changed: 63 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,47 @@ <h4>Declaration</h4>
149149
</li>
150150
</ul>
151151
</div>
152+
<div class="task-group">
153+
<div class="task-name-container">
154+
<a name="/Initialization%20&amp;%20Cleanup"></a>
155+
<a name="//apple_ref/swift/Section/Initialization &amp; Cleanup" class="dashAnchor"></a>
156+
<a href="#/Initialization%20&amp;%20Cleanup">
157+
<h3 class="section-name">Initialization &amp; Cleanup</h3>
158+
</a>
159+
</div>
160+
<ul>
161+
<li class="item">
162+
<div>
163+
<code>
164+
<a name="/c:@M@ThemeKit@objc(cs)TKThemeManager(py)isEnabled"></a>
165+
<a name="//apple_ref/swift/Property/isEnabled" class="dashAnchor"></a>
166+
<a class="token" href="#/c:@M@ThemeKit@objc(cs)TKThemeManager(py)isEnabled">isEnabled</a>
167+
</code>
168+
</div>
169+
<div class="height-container">
170+
<div class="pointer-container"></div>
171+
<section class="section">
172+
<div class="pointer"></div>
173+
<div class="abstract">
174+
<p>Enables or disables ThemeKit functionality.</p>
175+
176+
</div>
177+
<div class="declaration">
178+
<h4>Declaration</h4>
179+
<div class="language">
180+
<p class="aside-title">Swift</p>
181+
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">public</span> <span class="k">var</span> <span class="nv">isEnabled</span><span class="p">:</span> <span class="kt">Bool</span></code></pre>
182+
183+
</div>
184+
</div>
185+
<div class="slightly-smaller">
186+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L44-L80">Show on GitHub</a>
187+
</div>
188+
</section>
189+
</div>
190+
</li>
191+
</ul>
192+
</div>
152193
<div class="task-group">
153194
<div class="task-name-container">
154195
<a name="/Themes"></a>
@@ -186,7 +227,7 @@ <h4>Declaration</h4>
186227
</div>
187228
</div>
188229
<div class="slightly-smaller">
189-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L67-L84">Show on GitHub</a>
230+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L91-L110">Show on GitHub</a>
190231
</div>
191232
</section>
192233
</div>
@@ -221,7 +262,7 @@ <h4>Declaration</h4>
221262
</div>
222263
</div>
223264
<div class="slightly-smaller">
224-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L96-L98">Show on GitHub</a>
265+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L122-L124">Show on GitHub</a>
225266
</div>
226267
</section>
227268
</div>
@@ -262,7 +303,7 @@ <h4>Declaration</h4>
262303
</div>
263304
</div>
264305
<div class="slightly-smaller">
265-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L110-L142">Show on GitHub</a>
306+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L136-L168">Show on GitHub</a>
266307
</div>
267308
</section>
268309
</div>
@@ -292,7 +333,7 @@ <h4>Declaration</h4>
292333
</div>
293334
</div>
294335
<div class="slightly-smaller">
295-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L145-L159">Show on GitHub</a>
336+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L171-L185">Show on GitHub</a>
296337
</div>
297338
</section>
298339
</div>
@@ -325,7 +366,7 @@ <h4>Declaration</h4>
325366
</div>
326367
</div>
327368
<div class="slightly-smaller">
328-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L171">Show on GitHub</a>
369+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L197">Show on GitHub</a>
329370
</div>
330371
</section>
331372
</div>
@@ -358,7 +399,7 @@ <h4>Declaration</h4>
358399
</div>
359400
</div>
360401
<div class="slightly-smaller">
361-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L177">Show on GitHub</a>
402+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L203">Show on GitHub</a>
362403
</div>
363404
</section>
364405
</div>
@@ -390,7 +431,7 @@ <h4>Declaration</h4>
390431
</div>
391432
</div>
392433
<div class="slightly-smaller">
393-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L182">Show on GitHub</a>
434+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L208">Show on GitHub</a>
394435
</div>
395436
</section>
396437
</div>
@@ -420,7 +461,7 @@ <h4>Declaration</h4>
420461
</div>
421462
</div>
422463
<div class="slightly-smaller">
423-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L185">Show on GitHub</a>
464+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L211">Show on GitHub</a>
424465
</div>
425466
</section>
426467
</div>
@@ -473,7 +514,7 @@ <h4>Return Value</h4>
473514
<p>The <code><a href="../Protocols/Theme.html">Theme</a></code> instance with the given identifier.</p>
474515
</div>
475516
<div class="slightly-smaller">
476-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L192-L199">Show on GitHub</a>
517+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L218-L225">Show on GitHub</a>
477518
</div>
478519
</section>
479520
</div>
@@ -505,7 +546,7 @@ <h4>Declaration</h4>
505546
</div>
506547
</div>
507548
<div class="slightly-smaller">
508-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L204">Show on GitHub</a>
549+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L230">Show on GitHub</a>
509550
</div>
510551
</section>
511552
</div>
@@ -538,7 +579,7 @@ <h4>Declaration</h4>
538579
</div>
539580
</div>
540581
<div class="slightly-smaller">
541-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L210-L213">Show on GitHub</a>
582+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L236-L241">Show on GitHub</a>
542583
</div>
543584
</section>
544585
</div>
@@ -571,7 +612,7 @@ <h4>Declaration</h4>
571612
</div>
572613
</div>
573614
<div class="slightly-smaller">
574-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L219-L221">Show on GitHub</a>
615+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L247-L249">Show on GitHub</a>
575616
</div>
576617
</section>
577618
</div>
@@ -626,7 +667,7 @@ <h4>Declaration</h4>
626667
</div>
627668
</div>
628669
<div class="slightly-smaller">
629-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L252-L301">Show on GitHub</a>
670+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L280-L329">Show on GitHub</a>
630671
</div>
631672
</section>
632673
</div>
@@ -667,7 +708,7 @@ <h4>Declaration</h4>
667708
</div>
668709
</div>
669710
<div class="slightly-smaller">
670-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L342-L344">Show on GitHub</a>
711+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L370-L372">Show on GitHub</a>
671712
</div>
672713
</section>
673714
</div>
@@ -697,7 +738,7 @@ <h4>Declaration</h4>
697738
</div>
698739
</div>
699740
<div class="slightly-smaller">
700-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L347-L349">Show on GitHub</a>
741+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L375-L377">Show on GitHub</a>
701742
</div>
702743
</section>
703744
</div>
@@ -727,7 +768,7 @@ <h4>Declaration</h4>
727768
</div>
728769
</div>
729770
<div class="slightly-smaller">
730-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L352-L354">Show on GitHub</a>
771+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L380-L382">Show on GitHub</a>
731772
</div>
732773
</section>
733774
</div>
@@ -814,7 +855,7 @@ <h4>Declaration</h4>
814855
</div>
815856
</div>
816857
<div class="slightly-smaller">
817-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L406-L415">Show on GitHub</a>
858+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L434-L443">Show on GitHub</a>
818859
</div>
819860
</section>
820861
</div>
@@ -844,7 +885,7 @@ <h4>Declaration</h4>
844885
</div>
845886
</div>
846887
<div class="slightly-smaller">
847-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L418">Show on GitHub</a>
888+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L446">Show on GitHub</a>
848889
</div>
849890
</section>
850891
</div>
@@ -885,7 +926,7 @@ <h4>Declaration</h4>
885926
</div>
886927
</div>
887928
<div class="slightly-smaller">
888-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L424">Show on GitHub</a>
929+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L452">Show on GitHub</a>
889930
</div>
890931
</section>
891932
</div>
@@ -926,7 +967,7 @@ <h4>Declaration</h4>
926967
</div>
927968
</div>
928969
<div class="slightly-smaller">
929-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L557">Show on GitHub</a>
970+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L586">Show on GitHub</a>
930971
</div>
931972
</section>
932973
</div>
@@ -956,7 +997,7 @@ <h4>Declaration</h4>
956997
</div>
957998
</div>
958999
<div class="slightly-smaller">
959-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L560">Show on GitHub</a>
1000+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L589">Show on GitHub</a>
9601001
</div>
9611002
</section>
9621003
</div>
@@ -986,7 +1027,7 @@ <h4>Declaration</h4>
9861027
</div>
9871028
</div>
9881029
<div class="slightly-smaller">
989-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L563">Show on GitHub</a>
1030+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeManager.swift#L592">Show on GitHub</a>
9901031
</div>
9911032
</section>
9921033
</div>

0 commit comments

Comments
 (0)