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

TextColor can't be changed for DatePicker #324

Open
Croge32 opened this issue Jan 17, 2017 · 4 comments
Open

TextColor can't be changed for DatePicker #324

Croge32 opened this issue Jan 17, 2017 · 4 comments

Comments

@Croge32
Copy link

Croge32 commented Jan 17, 2017

Would like to have a dark themed DatePicker, currently every way I've tried to set the text color to be white is unsuccessful. Works fine for StringPicker.

@om-ha
Copy link

om-ha commented Aug 6, 2017

I am trying to customize the DatePicker fonts and colors myself as well...

Here's a similar situation I found in the issues too:
#58 (comment)

@katepel
Copy link

katepel commented Mar 28, 2018

I am using this for my DatePicker:

(picker.pickerView as? UIDatePicker)?.setValue(UIColor.white, forKey: "textColor")
(picker.pickerView as? UIDatePicker)?.setValue(false, forKey: "highlightsToday")

@noorulain17
Copy link
Collaborator

@skywinder let's add dark/light theme support for ActionSheetPicker. This will solve related problems with text/background colors. Wdyt?

@skywinder
Copy link
Owner

@noorulain17 +++

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

5 participants