@@ -47,12 +47,18 @@ <h1 class="hideInXcode">UINavigationController(M13ProgressViewBar) Category Refe
4747
4848 < option value ="//api/name/finishProgress "> - finishProgress</ option >
4949
50+ < option value ="//api/name/isShowingProgressBar "> - isShowingProgressBar</ option >
51+
5052 < option value ="//api/name/setIndeterminate: "> - setIndeterminate:</ option >
5153
54+ < option value ="//api/name/setPrimaryColor: "> - setPrimaryColor:</ option >
55+
5256 < option value ="//api/name/setProgress:animated: "> - setProgress:animated:</ option >
5357
5458 < option value ="//api/name/setProgressTitle: "> - setProgressTitle:</ option >
5559
60+ < option value ="//api/name/setSecondaryColor: "> - setSecondaryColor:</ option >
61+
5662 < option value ="//api/name/showProgress "> - showProgress</ option >
5763
5864
@@ -89,12 +95,18 @@ <h1 class="hideInXcode">UINavigationController(M13ProgressViewBar) Category Refe
8995
9096 < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/finishProgress "> finishProgress</ a > </ span > </ li >
9197
98+ < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/isShowingProgressBar "> isShowingProgressBar</ a > </ span > </ li >
99+
92100 < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/setIndeterminate: "> setIndeterminate:</ a > </ span > </ li >
93101
102+ < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/setPrimaryColor: "> setPrimaryColor:</ a > </ span > </ li >
103+
94104 < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/setProgress:animated: "> setProgress:animated:</ a > </ span > </ li >
95105
96106 < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/setProgressTitle: "> setProgressTitle:</ a > </ span > </ li >
97107
108+ < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/setSecondaryColor: "> setSecondaryColor:</ a > </ span > </ li >
109+
98110 < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/showProgress "> showProgress</ a > </ span > </ li >
99111
100112</ ul > </ li >
@@ -183,6 +195,24 @@ <h3 class="subsubtitle task-title">Actions</h3>
183195 </ span >
184196
185197
198+ </ li > < li >
199+ < span class ="tooltip ">
200+ < code > < a href ="#//api/name/isShowingProgressBar "> – isShowingProgressBar</ a > </ code >
201+ </ span >
202+
203+
204+ </ li > < li >
205+ < span class ="tooltip ">
206+ < code > < a href ="#//api/name/setPrimaryColor: "> – setPrimaryColor:</ a > </ code >
207+ </ span >
208+
209+
210+ </ li > < li >
211+ < span class ="tooltip ">
212+ < code > < a href ="#//api/name/setSecondaryColor: "> – setSecondaryColor:</ a > </ code >
213+ </ span >
214+
215+
186216</ li >
187217 </ ul >
188218
@@ -264,6 +294,42 @@ <h3 class="subsubtitle method-title">finishProgress</h3>
264294
265295
266296
297+ < div class ="method-subsection declared-in-section ">
298+ < h4 class ="method-subtitle "> Declared In</ h4 >
299+ < code class ="declared-in-ref "> UINavigationController+M13ProgressViewBar.h</ code > < br />
300+ </ div >
301+
302+
303+ </ div >
304+
305+ < div class ="section-method ">
306+ < a name ="//api/name/isShowingProgressBar " title ="isShowingProgressBar "> </ a >
307+ < h3 class ="subsubtitle method-title "> isShowingProgressBar</ h3 >
308+
309+
310+
311+ < div class ="method-subsection brief-description ">
312+ < p > Wether or not the progress bar is showing.</ p >
313+ </ div >
314+
315+
316+
317+ < div class ="method-subsection method-declaration "> < code > - (BOOL)isShowingProgressBar</ code > </ div >
318+
319+
320+
321+
322+
323+
324+
325+
326+
327+
328+
329+
330+
331+
332+
267333 < div class ="method-subsection declared-in-section ">
268334 < h4 class ="method-subtitle "> Declared In</ h4 >
269335 < code class ="declared-in-ref "> UINavigationController+M13ProgressViewBar.h</ code > < br />
@@ -310,6 +376,52 @@ <h4 class="method-subtitle parameter-title">Parameters</h4>
310376
311377
312378
379+ < div class ="method-subsection declared-in-section ">
380+ < h4 class ="method-subtitle "> Declared In</ h4 >
381+ < code class ="declared-in-ref "> UINavigationController+M13ProgressViewBar.h</ code > < br />
382+ </ div >
383+
384+
385+ </ div >
386+
387+ < div class ="section-method ">
388+ < a name ="//api/name/setPrimaryColor: " title ="setPrimaryColor: "> </ a >
389+ < h3 class ="subsubtitle method-title "> setPrimaryColor:</ h3 >
390+
391+
392+
393+ < div class ="method-subsection brief-description ">
394+ < p > The primary color of the progress bar if you do not want it to be the same as the UINavigationBar’s tint color. If set to nil, the UINavigationBar’s tint color will be used.</ p >
395+ </ div >
396+
397+
398+
399+ < div class ="method-subsection method-declaration "> < code > - (void)setPrimaryColor:(UIColor *)< em > primaryColor</ em > </ code > </ div >
400+
401+
402+
403+ < div class ="method-subsection arguments-section parameters ">
404+ < h4 class ="method-subtitle parameter-title "> Parameters</ h4 >
405+
406+ < dl class ="argument-def parameter-def ">
407+ < dt > < em > primaryColor</ em > </ dt >
408+ < dd > < p > The color to set.</ p > </ dd >
409+ </ dl >
410+
411+ </ div >
412+
413+
414+
415+
416+
417+
418+
419+
420+
421+
422+
423+
424+
313425 < div class ="method-subsection declared-in-section ">
314426 < h4 class ="method-subtitle "> Declared In</ h4 >
315427 < code class ="declared-in-ref "> UINavigationController+M13ProgressViewBar.h</ code > < br />
@@ -407,6 +519,52 @@ <h4 class="method-subtitle parameter-title">Parameters</h4>
407519
408520
409521
522+ < div class ="method-subsection declared-in-section ">
523+ < h4 class ="method-subtitle "> Declared In</ h4 >
524+ < code class ="declared-in-ref "> UINavigationController+M13ProgressViewBar.h</ code > < br />
525+ </ div >
526+
527+
528+ </ div >
529+
530+ < div class ="section-method ">
531+ < a name ="//api/name/setSecondaryColor: " title ="setSecondaryColor: "> </ a >
532+ < h3 class ="subsubtitle method-title "> setSecondaryColor:</ h3 >
533+
534+
535+
536+ < div class ="method-subsection brief-description ">
537+ < p > The secondary color of the progress bar, if nil, the secondary color will be the barTintColor.</ p >
538+ </ div >
539+
540+
541+
542+ < div class ="method-subsection method-declaration "> < code > - (void)setSecondaryColor:(UIColor *)< em > secondaryColor</ em > </ code > </ div >
543+
544+
545+
546+ < div class ="method-subsection arguments-section parameters ">
547+ < h4 class ="method-subtitle parameter-title "> Parameters</ h4 >
548+
549+ < dl class ="argument-def parameter-def ">
550+ < dt > < em > secondaryColor</ em > </ dt >
551+ < dd > < p > The color to set.</ p > </ dd >
552+ </ dl >
553+
554+ </ div >
555+
556+
557+
558+
559+
560+
561+
562+
563+
564+
565+
566+
567+
410568 < div class ="method-subsection declared-in-section ">
411569 < h4 class ="method-subtitle "> Declared In</ h4 >
412570 < code class ="declared-in-ref "> UINavigationController+M13ProgressViewBar.h</ code > < br />
@@ -466,7 +624,7 @@ <h4 class="method-subtitle">Declared In</h4>
466624 < div id ="footer ">
467625 < hr />
468626 < div class ="footer-copyright ">
469- < p > < span class ="copyright "> © 2014 Marxon13 Productions (Brandon McQuilkin). All rights reserved. (Last updated: 2014-02-19 )</ span > < br />
627+ < p > < span class ="copyright "> © 2014 Marxon13 Productions (Brandon McQuilkin). All rights reserved. (Last updated: 2014-05-12 )</ span > < br />
470628
471629 < span class ="generator "> Generated by < a href ="http://appledoc.gentlebytes.com "> appledoc 2.2 (build 961)</ a > .</ span > </ p >
472630
0 commit comments