Lucas Farah
Lucas Farah
You're welcome 😉
Awesome! Thanks guys 😄
Thanks @benjohnde. I really appreciate the help! 😄
@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...
Not yet. I didn't have time to work on this project lately, but I didn't forget about you! @Reservations
Hey @Reservations, what do you think about opening a PR so other people can customize the colors?
Really sorry guys for not giving attention to this... I'm really packed with stuff to do in other projects
Unfortunately it cannot show only years because we use an ```UIDatePicker``` inside the dialog. You could change the code and convert it into an ```UIPickerView``` instead. I don't think this...
Hey @thephucit, thanks for reporting this. I'll take a look on how to fix that and I'll let you know
Hey @ShadowSynthesis, we currently do not support that. I looked into [this StackOverflow question](http://stackoverflow.com/questions/23398366/uidatepicker-restrict-hours-but-not-date) and you can do it with the UIDatePicker dalegate inside ```DatePickerDialog.swift```