Skip to content

Commit 1b050b3

Browse files
committed
Merge pull request #61 from ianyh/master
Expose getIndeterminate in public API.
2 parents 391e451 + 57321a0 commit 1b050b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Classes/NavigationController/UINavigationController+M13ProgressViewBar.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
/**Set the string to replace the UINavigationBar's title with while showing progress. Send nil to reset the title.
2828
@param title The string to replace the UINavigationBar's title while showing progress.*/
2929
- (void)setProgressTitle:(NSString *)title;
30-
/**Set wether or not to show indeterminate.
30+
/**Set whether or not to show indeterminate.
3131
@param indeterminate wether or not the progress bar is indeterminate.*/
3232
- (void)setIndeterminate:(BOOL)indeterminate;
33+
/**Get whether or not to show indeterminate.*/
34+
- (BOOL)getIndeterminate;
3335
/**Fill the progress bar completely and remove it from display.*/
3436
- (void)finishProgress;
3537
/**Remove the progress bar from the display.*/

0 commit comments

Comments
 (0)