Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardocallado committed Dec 5, 2014
1 parent 4e78ebe commit 88945b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ If the presenting view controller doesn't have a status bar, in some cases you c
browser.forceHideStatusBar = YES;
```
It's possible to disable the vertical dismiss swipe gesture:
``` objective-c
browser.disableVerticalSwipe = YES;
```
### Photo Captions
Photo captions can be displayed simply by setting the `caption` property on specific photos:
Expand Down

0 comments on commit 88945b4

Please sign in to comment.