Added ability to set statusbar background color by hex string.

This commit is contained in:
Shazron Abdullah
2013-10-06 01:18:06 -07:00
parent da275b579f
commit 058c6b71cc
3 changed files with 25 additions and 0 deletions
+1
View File
@@ -37,5 +37,6 @@
- (void) styleBlackOpaque:(CDVInvokedUrlCommand*)command;
- (void) statusBarBackgroundColorByName:(CDVInvokedUrlCommand*)command;
- (void) statusBarBackgroundColorByHexString:(CDVInvokedUrlCommand*)command;
@end