Skip to content

Commit

Permalink
v 1.1.1 - Added support for removing the side drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Møller committed Oct 31, 2013
1 parent 0475aa7 commit c88cfb3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c88cfb3

Please sign in to comment.