Updated StatusBar docs for show and hide API

This commit is contained in:
Shazron Abdullah
2013-10-15 07:57:20 -07:00
parent 7e42f7db49
commit 6dd6e4a0b5
+29
View File
@@ -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
=================