Open sugitatestblue opened 3 years ago
but not resolved https://github.com/uias/Tabman/issues/515
barView.buttons.customize { (button) in button.backgroundView.style = .flat(color: .red)
but it is select/selected color
I want selectedBackgroundView and normal backgroundView
barView.buttons.customize { (button) in button.backgroundView.style = .flat(color: .gray) button.selectedBackgroundView.style = .flat(color: .red)
How do I change the background when the button is selected and unselected? #522
fmm
New Issue Checklist
but not resolved https://github.com/uias/Tabman/issues/515
Issue Description
but it is select/selected color
Other useful things
I want selectedBackgroundView and normal backgroundView