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

Support barTintColor and tintColor #7

Open
gbmksquare opened this issue Aug 3, 2018 · 3 comments
Open

Support barTintColor and tintColor #7

gbmksquare opened this issue Aug 3, 2018 · 3 comments
Labels
question Further information is requested

Comments

@gbmksquare
Copy link
Contributor

gbmksquare commented Aug 3, 2018

UINavigationBar can set barTintColor property to change the color of navigation bar for better appearance or branding (e.g. Facebook). TONavigationBar currently only supports white and black bar style, so its color may not match with other views where plain UINavigationBar with bar tint color is used.

@TimOliver
Copy link
Owner

How do you mean exactly?

@TimOliver TimOliver added the question Further information is requested label Sep 15, 2018
@gbmksquare
Copy link
Contributor Author

Since UINavigationBar's bar tint color is set using UINavigationBar.appearance().barTintColor globally, or navigationBar.barTintColor locally, TONavigationBar can adopt similar methods.

(I've added description to this issue)

@gbmksquare
Copy link
Contributor Author

UIVisualEffectView doesn't provide a way to set tint color yet, but setting private values might work, as VisualEffectView do.

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

No branches or pull requests

2 participants