VOFullScreenImageEditViewControllerDelegate
@protocol VOFullScreenImageEditViewControllerDelegate <NSObject>
The VOFullScreenImageEditViewControllerDelegate
is the object responsible for supplying
additional photo editing screens.
-
This delegate callback occurs when an user has finished editing an image and clicks on the next button to add it into the
VOVoucher
.Declaration
Objective-C
- (void)fullScreenImageEditViewControllerFinishedEditingImageMedia: (nonnull VOImageMedia *)editedImageMedia;
Swift
func fullScreenImageEditViewControllerFinishedEditing(_ editedImageMedia: VOImageMedia)
-
This delegate callback occurs when a user dismisses the view controller without committing changes.
Declaration
Objective-C
- (void)fullScreenImageEditViewControllerCancelled;
Swift
func fullScreenImageEditViewControllerCancelled()