From 378d68883392479d7fb7986d723c77c2167bff18 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 18 Feb 2014 15:38:42 -0800 Subject: [PATCH] Updated StatusBar docs for config.xml preferences. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca63865..5cfb583 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,20 @@ StatusBar > The `StatusBar` object provides some functions to customize the iOS StatusBar. -The plugin reads the __StatusBarOverlaysWebView__ (boolean, defaults to true) and __StatusBarBackgroundColor__ (color hex string, defaults to #000000) values from config.xml. + +Preferences +----------- + +#### config.xml + +- __StatusBarOverlaysWebView__ (boolean, defaults to true). On iOS 7, make the statusbar overlay or not overlay the WebView. + + + +- __StatusBarBackgroundColor__ (color hex string, defaults to #000000). On iOS 7, set the background color of the statusbar by a hex string (#RRGGBB). + + + Methods -------