RDVCalendarView
RDVCalendarView copied to clipboard
Highly customizable calendarView and calendarViewController for iOS
i have integrated DRVCalendarView in my app. butt when i run app on iOS8 and taps to open calender, App stuck (hanged) and nothing happen further. there are no Log...
Hi, I have your library in one of my projects, using V1.0.7 and I am now getting a lot of redefinition compilation errors. Specifically inside the RDVCalendarDayCell class.  ``` RDVCalendarView* calendarView = [[RDVCalendarView alloc] initWithFrame:frame]; [calendarView setAutoresizingMask:UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight]; [calendarView setSeparatorStyle:RDVCalendarViewDayCellSeparatorTypeBoth]; [calendarView setDelegate:self]; [calendarView setBackgroundColor:[UIColor yellowColor]]; [calendarView setWeekDayHeight:0]; ``` ``` -(CGFloat)heightForDayCellInCalendarView:(RDVCalendarView *)calendarView...
Am I missing something,is there a way to display previous and next months cells? Instead of blank space.