Skip to content

Calendar not rendered #84

@javagc

Description

@javagc

my code is

``TSQCalendarView *aa=[[TSQCalendarView alloc]initWithFrame:self.view.bounds];

aa.firstDate=[NSDate date];

NSDateComponents* comps = [[NSDateComponents alloc]init];
comps.year = 2016;
comps.month = 9;
comps.day = 30;

NSCalendar* calendar = [NSCalendar currentCalendar];

NSDate* date = [calendar dateFromComponents:comps];
aa.pagingEnabled=true;
aa.lastDate=date;


[self.view addSubview:aa];``

View is there
untitled

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