BulletinBoard icon indicating copy to clipboard operation
BulletinBoard copied to clipboard

How to set background color?

Open StainlessStlRat opened this issue 4 years ago • 1 comments

Love the library, perhaps I'm missing something. But is there a way to set the color of the background view for a page?

StainlessStlRat avatar Jun 09 '20 09:06 StainlessStlRat

I guss you are finding for this setting:

var bulletinManager: BLTNItemManager = {
    let rootItem: BLTNItem = page
    return BLTNItemManager(rootItem: rootItem)
}()
self.bulletinManager.backgroundColor = UIColor.red
self.bulletinManager.showBulletin(above: yourController)

kingfive avatar Jul 06 '22 12:07 kingfive