From c36fa0fa7f00c50fb54b44d773527ac354d76f84 Mon Sep 17 00:00:00 2001 From: James Cheuk Date: Fri, 15 Apr 2016 18:20:41 +0800 Subject: [PATCH] update docs statusbar.ts It should be overlaysWebView --- src/plugins/statusbar.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/statusbar.ts b/src/plugins/statusbar.ts index cc04e569..3be40ae6 100644 --- a/src/plugins/statusbar.ts +++ b/src/plugins/statusbar.ts @@ -74,7 +74,7 @@ export class StatusBar { * Set the status bar to a specific named color. Valid options: * black, darkGray, lightGray, white, gray, red, green, blue, cyan, yellow, magenta, orange, purple, brown. * - * iOS note: you must call StatusBar.setOverlay(false) to enable color changing. + * iOS note: you must call StatusBar.overlaysWebView(false) to enable color changing. * * @param {string} colorName The name of the color (from above) */ @@ -86,7 +86,7 @@ export class StatusBar { /** * Set the status bar to a specific hex color (CSS shorthand supported!). * - * iOS note: you must call StatusBar.setOverlay(false) to enable color changing. + * iOS note: you must call StatusBar.overlaysWebView(false) to enable color changing. * * @param {string} hexString The hex value of the color. */