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
BannerDismissalViewController
instance.Declaration
Swift
public init(_ bannerConfiguration: BannerConfiguration = BannerConfiguration(position: .topLeading, height: 70.0))
Parameters
bannerConfiguration
Configuration of the banner.
BannerDismissalViewController
is shown at the top of the screen by default.