-
Notifications
You must be signed in to change notification settings - Fork 224
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
iOS 13 Dark Mode? #184
Comments
We have added no additional logic, color schemes, etc. to deal with iOS 13's dark mode. If you would like to take up the research and/or implementation on that, it would be greatly appreciated. We can add a Hacktoberfest label as well. |
Hello @croossin. I will probably give it a shot :) |
Love it ;) Will assign the issue to you! @lkeude96 Would also be cool to try and remove any sort of Turbo or Mint references so that the framework can be as generic as possible |
First Pass👋 @croossin after looking at the codebase and the current available themes, I was thinking of potentially creating
Questions:
Thank you, 😄 |
I like the idea of the system and custom themes..! I'm thinking that we can remove them and just add any of the values we are using inside the themes as a generic color extension. I just want to make the project as generic as possible. Thanks for all the input! |
Woo sweet!! |
@lkeude96 Thanks for looking into it. Looks great. Looking forward for the update soon! |
This is awesome, @lkeude96 ! Great job. Keep us updated |
@lkeude96 How's it coming along? |
@croossin 👋 Hi sorry for the delay. it's coming along great. Took slightly longer than expected due to some additional workaround in order to maintain backward compatibility. I will be opening a WIP pr soon to start getting feedback and in order to discuss how we want to expose those API to someone using the library. 😄 |
Sounds good, @lkeude96 ! |
Can't wait! :) |
@lkeude96 - how’s it coming along? Think we will be able to merge before end of month? |
@croossin Just open a WIP PR. 😅One of the main, thing i was still trying to get to work are shadows 🤔 |
@lkeude96 Are shadows the only things missing from having dark mode support? |
How do we make the background of the CardPartsViewController dark like in the image @lkeude96 sent? |
Hey guys. Any update on this? Or anyway I could change the background colour of the VC? |
Does this library support iOS 13's dark mode?
The text was updated successfully, but these errors were encountered: