BPStatusBar 0.9.0

BPStatusBar 0.9.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Brian Partridge

Description

A utility class for displaying status updates in the iOS status bar. Inspired by Mailbox and designed to function similar to SVProgressHUD.

Usage

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

Known Limitations

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

License

MIT - See LICENSE.txt

Thanks

Sam Vermentte - Much of SVProgressHUD's design is the basis for this project.

Contact

Brian Partridge - @brianpartridge on Twitter and App.Net