Skip to content

Commit

Permalink
add to the example
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Møller committed Jan 17, 2014
1 parent d83d81a commit 189c0ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ios/example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
});

Expand All @@ -234,6 +235,4 @@ drawer.addEventListener('windowDidClose', function(e) {

drawer.open();



Ti.API.info("isAnyWindowOpen: " + drawer.isAnyWindowOpen());

0 comments on commit 189c0ee

Please sign in to comment.