DIDatepicker icon indicating copy to clipboard operation
DIDatepicker copied to clipboard

Yet another datepicker for iOS

Results 6 DIDatepicker issues
Sort by recently updated
recently updated
newest added

When I select the rightmost cell and then I scroll all the way to left and select another cell and go back to the first cell I selected, I still...

Seems something changed with iOS 8. When compiling with the new SDK my dates won't scroll if the gesture is started inside one of the "date sub views". Has anyone...

If we have below line then we can't highlight todays date... [self.datepicker selectDate:[NSDate date]]; It always appear White text color and white background.. please fix it...

if using code like this,there's just a blank white area on the view. What's wrong? datepicker = [[DIDatepicker alloc]init]; ... ... [self.view addSubView:datepicker];

Not sure if this is an issue. I am implementing DIDDatepicker in my own TableViewController. I created a method updateDateSelected that receives the event. In this method i call tableview...

Hello Dmitry, Hello Ronny, As you probably are already aware, I dabbled a little bit with your project. I don't know, if you're agreeable with the changes I made, but...