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 2014/03/13 20:58:43 UTC

[14/35] git commit: Updated StatusBar docs for show and hide API

Updated StatusBar docs for show and hide API



Project: http://git-wip-us.apache.org/repos/asf/cordova-statusbar/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-statusbar/commit/6dd6e4a0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-statusbar/tree/6dd6e4a0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-statusbar/diff/6dd6e4a0

Branch: refs/heads/master
Commit: 6dd6e4a0b5bb8572681c7cd623b94e706073b186
Parents: 7e42f7d
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

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


http://git-wip-us.apache.org/repos/asf/cordova-statusbar/blob/6dd6e4a0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 94ca746..4ca7022 100644
--- a/README.md
+++ b/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
 =================