Skip to content

is it possible to set backgroundColor = .clear to a LNPopupCustomBarViewController ? #511

Closed Answered by LeoNatan
RiccardoManoni asked this question in General
Discussion options

You must be logged in to vote

It should be possible. Use LNPopupBarAppearance.

let appearance = LNPopupBarAppearance()
appearance.configureWithOpaqueBackground()
appearance.backgroundColor = .clear

containingPopupBar.standardAppearance = appearance

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@LeoNatan
Comment options

@RiccardoManoni
Comment options

@LeoNatan
Comment options

@RiccardoManoni
Comment options

@LeoNatan
Comment options

Answer selected by LeoNatan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants