WrappingViewController
@interface WrappingViewController
: UIViewController <PersonalizationOptionViewControllerProtocol>
This personalization screen allows users to browse and select WrappingPapers for their Voucher
-
Default initializer for
WrappingViewController
.Declaration
Objective-C
+ (nonnull instancetype) viewControllerWithPersonalizationOption: (nonnull PersonalizationOption *)personalizationOption createManager: (nonnull VoucherCreationManager *)createManager createFlowDelegate: (nullable id<VoucherCreationFlowDelegate>) 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 WrappingViewController