-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Description
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];``
Metadata
Metadata
Assignees
Labels
No labels
