CreateAddTitleViewController
@interface CreateAddTitleViewController
: UIViewController <PersonalizationOptionViewControllerProtocol>
CreateAddTitleViewController is the screen that allows users to add a title to the Voucher they are
creating.
-
Default instantiation method for
CreateAddTitleViewControllerDeclaration
Objective-C
+ (nonnull instancetype) viewControllerWithPersonalizationOption: (nonnull PersonalizationOption *)personalizationOption createManager: (nonnull VoucherCreationManager *)createManager createFlowDelegate: (nullable id<VoucherCreationFlowDelegate>) createFlowDelegate;Parameters
personalizationOption- contains the configuration options for the title creation
createManager- the manager responsible for handling the flow management in the creation process.
Return Value
an instance of CreateAddTitleViewController
View on GitHub
CreateAddTitleViewController Class Reference