GiftTagViewController

@interface GiftTagViewController
    : UIViewController <PersonalizationOptionViewControllerProtocol>

GiftTagViewController is the screen that allows users to send a Voucher to a selected recipient or invite multiple recipients to compete in a race for the Voucher. The screen also contains a DateTime picker which determines when a Voucher can be unwrapped / when a race will take place.

  • Presents GiftTagViewController on a view controller.

    Declaration

    Objective-C

    - (void)presentWithParentViewController:
        (nonnull UIViewController *)parentViewController;

    Swift

    func present(withParentViewController parentViewController: UIViewController)

    Parameters

    parentViewController

    - the view controller responsible for presenting GiftTagViewController.