A minimal status bar for iOS. Similair to the status bar seen in the MailBox app. It covers the top status bar and appears like the message is embedded within.
- Drag the
KGStatusBar/KGStatusBar
folder into your project. - Add #include "KGStatusBar.h" to your .pch file
KGStatusBar is a singleton. Make sure your view displays the default status bar for this to be effective. I defaulted the colors to match default. Change if needed.
- [KGStatusBar showWithStatus:@"Loading"];
- [KGStatusBar showErrorWithStatus:@"Error Synching Files."];
- [KGStatusBar showSuccessWithStatus:@"Successfully synced"];
- [KGStatusBar dismiss];
Enjoy :)
Brought to you you by Kevin Gibbon. Currently raising hell at Attachments.me