We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For some reason it's calling [self setTitle:nil] on finishProgress and cancelProgress in the completion block of the hide animation...
[self setTitle:nil]
M13ProgressSuite/Classes/NavigationController/UINavigationController+M13ProgressViewBar.m
Line 112 in 5927f8f
Line 135 in 5927f8f
The navigation controller title appears in UITabBarControllers, etc. when presenting a UINavigationController.
BTW - I really like this progress bar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For some reason it's calling
[self setTitle:nil]
on finishProgress and cancelProgress in the completion block of the hide animation...M13ProgressSuite/Classes/NavigationController/UINavigationController+M13ProgressViewBar.m
Line 112 in 5927f8f
M13ProgressSuite/Classes/NavigationController/UINavigationController+M13ProgressViewBar.m
Line 135 in 5927f8f
The navigation controller title appears in UITabBarControllers, etc. when presenting a UINavigationController.
BTW - I really like this progress bar
The text was updated successfully, but these errors were encountered: