Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar not rendered #84

Open
javagc opened this issue May 7, 2015 · 1 comment
Open

Calendar not rendered #84

javagc opened this issue May 7, 2015 · 1 comment

Comments

@javagc
Copy link

javagc commented May 7, 2015

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

@mohibsheth
Copy link

I'm facing a similar problem. Can somebody guide why this might happen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants