KPTimePicker
KPTimePicker copied to clipboard
More Customization
I Just Love this work!!
It would be great if we can change the color range for day and night, the time format to am/pm and the day-Month, and even change the icons for day and night!
That would be a great improvement to your amazing work.
Greetings!
You can change all this, besides the icons. The lightColor / darkColor properties take care of the colors, and the delegate can ask you to format the time manually. Just implement: -(NSString_)timePicker:(KPTimePicker_)timePicker clockForDate:(NSDate *)time;
Thanks for an amazing control. I have implemented a viewController in swift that uses this. I could share if someone would like to use it.
Thank you very much, feel free to do a pull-request if you want :-) I’m sure a lot of people would appreciate that.
On 07 May 2015, at 11:07, sergiot [email protected] wrote:
Thanks for an amazing control. I have implemented a viewController in swift that uses this. I could share if someone would like to use it.
— Reply to this email directly or view it on GitHub https://github.com/kasperpihl/KPTimePicker/issues/5#issuecomment-99763307.
sergiot could you share your viewController in swift and your implementation as I managed to implement it in my project but not everything seems to work as I wanted it