Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Latest commit

 

History

History

BPStatusBar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

BPStatusBar

Description

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

Screenshots

Status Update Processing Task Success Task Failed

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