BannerDismissalViewController
public class BannerDismissalViewController : UIViewController, Banner
Banner that is shown at the top of the screen and allows to dismiss already presented banners
that were added to the PreviewViewController.
-
The title for the back button.
Declaration
Swift
public var backTitle: String? { get set } -
The object that serves as the banner dismissal delegate.
Declaration
Swift
public weak var delegate: BannerDismissalViewControllerDelegate?
-
Configuration of the banner.
Declaration
Swift
public let bannerConfiguration: BannerConfiguration -
Initializes a
BannerDismissalViewControllerinstance.Declaration
Swift
public init(_ bannerConfiguration: BannerConfiguration = BannerConfiguration(position: .topLeading, height: 70.0))Parameters
bannerConfigurationConfiguration of the banner.
BannerDismissalViewControlleris shown at the top of the screen by default.
Install in Dash
BannerDismissalViewController Class Reference