From c88cfb391b0397f4297473092f27b22ac8a78e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mads=20M=C3=B8ller?= Date: Thu, 31 Oct 2013 13:30:48 +0100 Subject: [PATCH] v 1.1.1 - Added support for removing the side drawer --- ios/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ios/README.md b/ios/README.md index d25d200..96edb94 100644 --- a/ios/README.md +++ b/ios/README.md @@ -53,6 +53,12 @@ var newWin = Ti.UI.createWindow({ mainWindow.setCenterWindow(newWin); ``` +If you want to remove the side drawer, you can do this be parsing false as the argument. +```javascript +mainWindow.setRightWindow(false); +``` + + ### LeftDrawerWidth, rightDrawerWidth Update the width with these methods. The default width is `280` @@ -186,6 +192,9 @@ mainWindow. isAnyWindowOpen(); ## Changelog +* v1.1.1 + * Added support for removing the side drawer. + * v1.1.0 * iOS7 support * Titanium minimum SDK changed to 3.1.3.GA