/CustomStatusBar

A customized status-bar to show message on.

Primary LanguageObjective-C

#CustomStatusBar ######A customized status-bar to show message on.

  • Usage
#import "CustomStatusBar.h"

/* code omiited */ [statusBar showStatusMessage:@"Hello,world!"]; [statusBar hide];