Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't change background color of tab when selected #575

Open
sugitatestblue opened this issue Jun 4, 2021 · 2 comments
Open

can't change background color of tab when selected #575

sugitatestblue opened this issue Jun 4, 2021 · 2 comments

Comments

@sugitatestblue
Copy link

New Issue Checklist

but not resolved
#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
Copy link
Author

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

@sugitatestblue
Copy link
Author

fmm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant