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 =================