The presenting view controller to use for showing the tutorial.
Instance Method
presentTutorial(from:)
Presents the Tap to Pay tutorial to the user.
Declaration
func presentTutorial(from viewController: UIViewController) throws
Parameters
viewController
-
Discussion
This tutorial provides an overview of how to use Tap to Pay with the Koard SDK, including security prompts and card placement guidance. It must be presented modally from a visible UIViewController
.