DIDatepicker
DIDatepicker copied to clipboard
DIDatepicker can't be alloc and init
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];
@lennondong can you try initialising it with the initWithFrame
OK.I'll try. Another question:How to show timeline below the date picker like calendar of iOS?