FUIModalCheckoutViewControllerDelegate
public protocol FUIModalCheckoutViewControllerDelegate : class
Delegate protocol for classes that need to be informed of user interaction with FUIModalCheckoutViewController.
-
Called when the user pressed the Done button and the view controller should be dismissed.
Parameter
Parameter controller: the controller that should be dismissed.Declaration
Swift
func cancelTapped(onController controller: FUIModalCheckoutViewController)
Parameters
controller
the controller that should be dismissed.