Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set background color? #179

Open
StainlessStlRat opened this issue Jun 9, 2020 · 1 comment
Open

How to set background color? #179

StainlessStlRat opened this issue Jun 9, 2020 · 1 comment

Comments

@StainlessStlRat
Copy link

StainlessStlRat commented Jun 9, 2020

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

@kingfive
Copy link

kingfive commented Jul 6, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants