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
I add this control to no-arc project, flag the .m file to -fobjc-arc. when I run the prject,
[BWStatusBarOverlay setMessage:@"hello" animated:YES];
without anything show. Please give me some advice.thx
The text was updated successfully, but these errors were encountered:
This method is used to change the message if status bar is already showed
Ta show the status bar use:
+ (void)showWithMessage:(NSString *)message animated:(BOOL)animated;
Sorry, something went wrong.
I have change the project to no-arc. I found that before I can setProgress, I need to show the message first. OK... thx for the code...
No branches or pull requests
I add this control to no-arc project, flag the .m file to -fobjc-arc. when I run the prject,
[BWStatusBarOverlay setMessage:@"hello" animated:YES];
without anything show. Please give me some advice.thx
The text was updated successfully, but these errors were encountered: