Adjust transparency?
timbroder opened this issue · 3 comments
timbroder commented
I'm having trouble making the bar more solid or transparent.
Can you point me in the right direction? Thanks!
evgenyneu commented
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.
evgenyneu commented
Hi @timbroder, did you manage to change the transparency for the bar?
evgenyneu commented
Closing this issue, feel free to reopen if the needed.