TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
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.
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