Inherits EMPhotoViewController.
Protected Attributes | |
| UIToolbar * | _toolbar |
| UIBarButtonItem * | _actionButton |
| UIBarButtonItem * | _previousButton |
| UIBarButtonItem * | _playButton |
| UIBarButtonItem * | _pauseButton |
| UIBarButtonItem * | _nextButton |
| UIBarButtonItem * | _flexSpace |
| UIBarButtonItem * | _fixedSpace |
| BOOL | _inFullScreen |
| NSTimer * | _fullScreenTimer |
| NSTimeInterval | _fullScreenDelay |
| BOOL | _inSlideShow |
| NSTimer * | _slideShowTimer |
| NSTimeInterval | _slideShowDelay |
| BOOL | _showSaveActionButton |
Properties | |
| NSTimeInterval | fullScreenDelay |
| NSTimeInterval | slideShowDelay |
| BOOL | showSaveActionButton |
- (NSTimeInterval) fullScreenDelay [read, write, assign] |
The number of seconds after the last user interaction before the controller enters full screen Default = 5.0
- (BOOL) showSaveActionButton [read, write, assign] |
Whether or not to show the action button for saving the image to the photo album. Default = YES;
- (NSTimeInterval) slideShowDelay [read, write, assign] |
The number of seconds spent on each photo in slideshow mode. Default = 5.0
1.8.0