-
Notifications
You must be signed in to change notification settings - Fork 305
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
tabBar.theme_barTintColor fades tabBar border #148
Comments
hmm i face same problem here, for rounded border view, did u have any solutions? |
Yes there is a solution. You have to give back the border by yourself, after theme changes. you can observe theme changes as mentioned in SwiftTheme documentation. |
The best solution is to fix the issue by repo maintainers to avoid these hacky solutions :) |
hmm i know it, my situation is using round border for "view state", that mean when user online, u can see the green view, then it were inside tableview cell :(, as your guide, i have 2 case
So i think better if have simple. way to set theme for border |
Store your data then call reloadData() |
2021-04-17.8.15.13.movCan you provide a demo, or provide steps to reproduce bug? |
I'm using this line to change tabBar color :
tabBar.theme_tintColor = ThemeColorPicker.pickerWithUIColors([.white, .black])
when app loads with first theme there's no problem.
But if app loads with second theme when i change theme to the first, tabBar border will be faded!
any help?
The text was updated successfully, but these errors were encountered: