BottomBannerViewControllerDelegate
public protocol BottomBannerViewControllerDelegate : AnyObject
BottomBannerViewControllerDelegate provides a method for reacting to the user tapping on the “cancel” button in the BottomBannerViewController.
-
A method that is invoked when the user taps on the cancel button.
Declaration
Swift
func didTapCancel(_ sender: Any)Parameters
senderThe button that originated the tap event.
Install in Dash
BottomBannerViewControllerDelegate Protocol Reference