RDVCalendarView icon indicating copy to clipboard operation
RDVCalendarView copied to clipboard

Highly customizable calendarView and calendarViewController for iOS

Results 5 RDVCalendarView issues
Sort by recently updated
recently updated
newest added

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. ![screenshot 2015-08-23...

I wan't to change start day from sunday to monday. How can I do this?

![screen shot 2014-05-29 at 1 00 36 pm](https://cloud.githubusercontent.com/assets/1210321/3122832/eb9b9a32-e76b-11e3-9066-a2aaaf6e9c08.png) ``` 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.

enhancement