VOFullScreenImageEditViewController
@interface VOFullScreenImageEditViewController : UIViewController
VOFullScreenImageEditViewController
is the screen responsible for displaying a selected image and
all photo editing options. It allows users to interact with and customize a selected image.
-
Default initializer for
VOFullScreenImageEditViewController
.Declaration
Objective-C
+ (nonnull instancetype) viewControllerWithImageMedia:(nonnull VOImageMedia *)imageMedia vouchrTheme:(nullable VOTheme *)vouchrTheme delegate: (nullable id< VOFullScreenImageEditViewControllerDelegate>) delegate;
Swift
convenience init(imageMedia: VOImageMedia, vouchrTheme: VOTheme?, delegate: VOFullScreenImageEditViewControllerDelegate?)
Parameters
imageMedia
- The image passed into the view controller for editing.
vouchrTheme
- The theme manager used to theme the view controller.
delegate
- The object responsible for implementing
VOFullScreenImageEditViewController
callbacks.