Classes

The following classes are available globally.

  • Generates interface elements for bulletins. Use this class to create custom bulletin items with standard components.

    See more

    Declaration

    Swift

    @objc
    open class BLTNInterfaceBuilder : NSObject
  • An object that manages the presentation of a bulletin.

    You create a bulletin manager using the init(rootItem:) initializer, where rootItem 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.

    BLTNItemManager must only be used from the main thread.

    See more

    Declaration

    Swift

    @objc
    public final class BLTNItemManager : NSObject