Skip to content
New issue

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

Can't show in no-arc project #4

Open
enderchen opened this issue Sep 3, 2012 · 2 comments
Open

Can't show in no-arc project #4

enderchen opened this issue Sep 3, 2012 · 2 comments

Comments

@enderchen
Copy link

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

@brunow
Copy link
Owner

brunow commented Sep 5, 2012

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;

@enderchen
Copy link
Author

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants