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

how change to my color theme? #12

Open
longxianlin opened this issue Oct 29, 2015 · 11 comments
Open

how change to my color theme? #12

longxianlin opened this issue Oct 29, 2015 · 11 comments

Comments

@longxianlin
Copy link

I want background black color, font color white
change many views, not working.

DatePickerDialog().show("选择预约日期", doneButtonTitle: "确定", cancelButtonTitle: "取消", datePickerMode: UIDatePickerMode.DateAndTime) {
                (date) -> Void in
                print("选中时间\(date)")
                self.pickedDate = date
                self.tableView.reloadData()
                //self.textField.text = "\(date)"
            }

this work in swift2.1

@longxianlin
Copy link
Author

ok,
i try this libs
FxDatePicker, very good

@lfarah
Copy link
Collaborator

lfarah commented Jul 19, 2016

@HardcoreIOS said:
Please allow the user to have custom features. Like I want the background to have a blur when the picker view is presented, the pickerview's background to be a black instead of the default gray, and the pickerview's text's to be white instead of the default black!

@KhaVNguyen
Copy link

Is customizing the color possible yet?

@lfarah
Copy link
Collaborator

lfarah commented Sep 5, 2016

Not yet. I didn't have time to work on this project lately, but I didn't forget about you! @Reservations

@benjohnde
Copy link
Contributor

That sounds great. Could be a bit difficult to let the DatePickerDialog be fully customizable. But it should be worth to implement a few styles (for instance dark-blurry, white-transparent and so on and so forth).

@aravasio
Copy link

No news on this yet, right?

@KhaVNguyen
Copy link

@aravasio I ended up just customizing the color by editing the RGB settings in the code of the library.

@aravasio
Copy link

Good call. For some reason it never occurred to me to actually modify a Pod.

@lfarah
Copy link
Collaborator

lfarah commented Dec 28, 2016

Hey @Reservations, what do you think about opening a PR so other people can customize the colors?

@lfarah
Copy link
Collaborator

lfarah commented Dec 28, 2016

Really sorry guys for not giving attention to this... I'm really packed with stuff to do in other projects

@ghost
Copy link

ghost commented Feb 6, 2018

Just change the gradient color or remove the gradient and change background colors of all title label, Done button, date picker and cancel button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants