Skip to content

setSeparatorStyle to Both not adjusting to cell height #9

Description

@massdonati

screen shot 2014-05-29 at 1 00 36 pm

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
{
    return 50;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions