VOWrappingViewController
@interface VOWrappingViewController
: UIViewController <VOPersonalizationOptionViewControllerProtocol>
This personalization screen allows users to browse and select WrappingPapers for their VOVoucher
-
Default initializer for
VOWrappingViewController.Declaration
Objective-C
+ (nonnull instancetype) viewControllerWithPersonalizationOption: (nonnull VOPersonalizationOption *)personalizationOption createManager:(nonnull VOVoucherCreationManager *) createManager createFlowDelegate: (nullable id<VOVoucherCreationFlowDelegate>) createFlowDelegate;Parameters
personalizationOption- Contains desired configurations for this screen.
createManager- The manager responsible for handling the flow management in the creation process.
Return Value
instance of VOWrappingViewController
View on GitHub
VOWrappingViewController Class Reference