FUIWebViewContainerDelegate
public protocol FUIWebViewContainerDelegate : AnyObject
Delegate protocol for FUIWebViewContainer.
-
This delegate function is invoked when user tapped Cancel button.
Declaration
Swift
func didTapCancel(on viewController: FUIWebViewContainer)Parameters
viewControllerThe
FUIWebViewContainerthe Cancel button is from.