File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Classes/NavigationController Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 27
27
/* *Set the string to replace the UINavigationBar's title with while showing progress. Send nil to reset the title.
28
28
@param title The string to replace the UINavigationBar's title while showing progress.*/
29
29
- (void )setProgressTitle : (NSString *)title ;
30
- /* *Set wether or not to show indeterminate.
30
+ /* *Set whether or not to show indeterminate.
31
31
@param indeterminate wether or not the progress bar is indeterminate.*/
32
32
- (void )setIndeterminate : (BOOL )indeterminate ;
33
+ /* *Get whether or not to show indeterminate.*/
34
+ - (BOOL )getIndeterminate ;
33
35
/* *Fill the progress bar completely and remove it from display.*/
34
36
- (void )finishProgress ;
35
37
/* *Remove the progress bar from the display.*/
You can’t perform that action at this time.
0 commit comments