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

Misused barTintColor when setting up UI #46

Open
eimantas opened this issue May 3, 2019 · 0 comments
Open

Misused barTintColor when setting up UI #46

eimantas opened this issue May 3, 2019 · 0 comments

Comments

@eimantas
Copy link

eimantas commented May 3, 2019

Setting barTintColor on LIFEAppearance proxy messes up UI if the barTintColor is black.

I have these two colors:

  • primary color: 0x6CA130
  • accent color: 0x252424

Setting them as either tint/barTint or barTint/tint colors respectively doesn't yield nice results because setting barTintColor sets the text tint for action buttons in an alert view that is present once user shakes the device AND sets the background color for image editor.

Possible solution might be introducing either backgroundTintColor OR not setting the text to barTintColor, but rather using tintColor.

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