DIDatepicker icon indicating copy to clipboard operation
DIDatepicker copied to clipboard

DIDatepicker can't be alloc and init

Open lennondong opened this issue 10 years ago • 2 comments

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 avatar Apr 07 '15 08:04 lennondong

@lennondong can you try initialising it with the initWithFrame

mythodeia avatar Apr 07 '15 08:04 mythodeia

OK.I'll try. Another question:How to show timeline below the date picker like calendar of iOS?

lennondong avatar Apr 18 '15 13:04 lennondong