KPTimePicker icon indicating copy to clipboard operation
KPTimePicker copied to clipboard

More Customization

Open ghost opened this issue 10 years ago • 4 comments

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!

ghost avatar Dec 04 '14 18:12 ghost

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;

kasperpihl avatar Jan 06 '15 07:01 kasperpihl

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.

sergiot avatar May 07 '15 08:05 sergiot

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.

kasperpihl avatar May 08 '15 08:05 kasperpihl

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

verebes1 avatar Aug 28 '18 13:08 verebes1