Tabman icon indicating copy to clipboard operation
Tabman copied to clipboard

can't change background color of tab when selected

Open sugitatestblue opened this issue 3 years ago • 2 comments

New Issue Checklist

but not resolved https://github.com/uias/Tabman/issues/515

Issue Description

        barView.buttons.customize { (button) in
            button.backgroundView.style = .flat(color: .red)

but it is select/selected color

Other useful things

I want selectedBackgroundView and normal backgroundView

        barView.buttons.customize { (button) in
            button.backgroundView.style = .flat(color: .gray)
            button.selectedBackgroundView.style = .flat(color: .red)

sugitatestblue avatar Jun 04 '21 08:06 sugitatestblue

How do I change the background when the button is selected and unselected? #522

sugitatestblue avatar Jun 04 '21 08:06 sugitatestblue

fmm

sugitatestblue avatar May 17 '22 08:05 sugitatestblue