You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/10/15 16:57:25 UTC

git commit: Updated StatusBar docs for show and hide API

Updated Branches:
  refs/heads/plugins eea7f9fda -> 9bc14d8d4


Updated StatusBar docs for show and hide API


Project: http://git-wip-us.apache.org/repos/asf/cordova-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-labs/commit/9bc14d8d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-labs/tree/9bc14d8d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-labs/diff/9bc14d8d

Branch: refs/heads/plugins
Commit: 9bc14d8d43599dde7136091726f190ee9d19ff9a
Parents: eea7f9f
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Oct 15 07:57:20 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Oct 15 07:57:20 2013 -0700

----------------------------------------------------------------------
 statusbar/README.md | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/9bc14d8d/statusbar/README.md
----------------------------------------------------------------------
diff --git a/statusbar/README.md b/statusbar/README.md
index 94ca746..4ca7022 100644
--- a/statusbar/README.md
+++ b/statusbar/README.md
@@ -17,6 +17,8 @@ Methods
 - StatusBar.styleBlackOpaque
 - StatusBar.backgroundColorByName
 - StatusBar.backgroundColorByHexString
+- StatusBar.hide
+- StatusBar.show
 
 Properties
 --------
@@ -144,6 +146,33 @@ Supported Platforms
 
 - iOS
 
+StatusBar.hide
+=================
+
+Hide the statusbar.
+
+    StatusBar.hide();
+
+
+Supported Platforms
+-------------------
+
+- iOS
+
+StatusBar.show
+=================
+
+Shows the statusbar.
+
+    StatusBar.show();
+
+
+Supported Platforms
+-------------------
+
+- iOS
+
+
 StatusBar.isVisible
 =================