From 6dd6e4a0b5bb8572681c7cd623b94e706073b186 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 15 Oct 2013 07:57:20 -0700 Subject: [PATCH] Updated StatusBar docs for show and hide API --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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 =================