From 189c0ee3493b8f5b6d4efbb6c5cf69c01b826ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mads=20M=C3=B8ller?= Date: Fri, 17 Jan 2014 09:24:56 +0100 Subject: [PATCH] add to the example --- ios/example/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ios/example/app.js b/ios/example/app.js index 6b64728..cdf7d97 100644 --- a/ios/example/app.js +++ b/ios/example/app.js @@ -221,6 +221,7 @@ var drawer = NappDrawerModule.createDrawer({ showShadow: false, //no shadow in iOS7 leftDrawerWidth: 200, rightDrawerWidth: 120, + statusBarStyle: NappDrawerModule.STATUSBAR_WHITE, // remember to set UIViewControllerBasedStatusBarAppearance to false in tiapp.xml orientationModes: [Ti.UI.PORTRAIT, Ti.UI.UPSIDE_PORTRAIT] }); @@ -234,6 +235,4 @@ drawer.addEventListener('windowDidClose', function(e) { drawer.open(); - - Ti.API.info("isAnyWindowOpen: " + drawer.isAnyWindowOpen());