Contents

delegate

An object that acts as the view controller’s delegate.

Declaration

weak var delegate: (any PKAddSecureElementPassViewControllerDelegate)? { get set }

Discussion

The delegate must adopt the PKAddSecureElementPassViewControllerDelegate protocol. The view controller doesn’t retain the delegate.

See Also

Responding to the life cycle of a pass