evgenyneu/Dodo

Adjust transparency?

timbroder opened this issue · 3 comments

I'm having trouble making the bar more solid or transparent.

Can you point me in the right direction? Thanks!

Hi, @timbroder, thank you for the question. The transparency of the bar can be changed by setting the view.dodo.style.bar.backgroundColor and supplying a color with an alpha setting. For example:

view.dodo.style.bar.backgroundColor = UIColor.green().withAlphaComponent(0.2) 

Let me know if it works for you.

Hi @timbroder, did you manage to change the transparency for the bar?

Closing this issue, feel free to reopen if the needed.