Classes
The following classes are available globally.
-
The types of background used to cover the content behind the bulletins.
See moreDeclaration
Swift
@objc public class BLTNBackgroundViewStyle : NSObject
-
Generates interface elements for bulletins. Use this class to create custom bulletin items with standard components.
See moreDeclaration
Swift
@objc open class BLTNInterfaceBuilder : NSObject
-
An object that defines the appearance of bulletin items.
See moreDeclaration
Swift
@objc public class BLTNItemAppearance : NSObject
-
Represents a spacing value.
See moreDeclaration
Swift
@objc public class BLTNSpacing : NSObject
-
An object that manages the presentation of a bulletin.
You create a bulletin manager using the
init(rootItem:)
initializer, whererootItem
is the first bulletin item to display. An item represents the contents displayed on a single card.The manager works like a navigation controller. You can push new items to the stack to display them, and pop existing ones to go back.
You must call the
prepare
method before displaying the view controller.
See moreBLTNItemManager
must only be used from the main thread.Declaration
Swift
@objc public final class BLTNItemManager : NSObject