Creation Screen
The Creation Screen allows users to create a personalized gift to send to their friends and family. There are two supported versions of the creation screen in the SDK, a default version and a stacked version.
Default Creation Screen
The default creation screen is always used unless specified otherwise.
Stacked Creation Screen
It is very straight forward to switch to using the stacked creation screen, it is as simple as setting a flag in your VOVoucherCreationFlowCoordinator
.
[self.voucherCreationFlowCoordinator setIsStackedViewController:YES];
voucherCreationFlowCoordinator.isStackedViewController = true
Custom Creation Screen
More can be found here on how to create and employ your own custom creation screen.