A utility class for displaying status updates in the iOS status bar. Inspired by Mailbox and designed to function similar to SVProgressHUD.
-
Show a status
[BPStatusBar showStatus:@"Something Happened"];
-
Show a status with a spinner
[BPStatusBar showActivityWithStatus:@"Working..."];
-
Show a message with a success image and dismiss after 1 second
[BPStatusBar showWithSuccess:@"Download Finished!"];
-
See the included demo app for more.
- Rotation is not supported. Suggestions welcome.
- Works best with the UIStatusBarStyleBlackOpaque, using UIStatusBarStyleBlackTranslucent may not look right when the system statusbar reappears.
- No support for a determinate progress indicator. This is replacing the system statusbar and ideally shouldn't be displayed for extended periods of time.
MIT - See LICENSE.txt
Sam Vermentte - Much of SVProgressHUD's design is the basis for this project.
Brian Partridge - @brianpartridge on Twitter and App.Net