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

Name of month not updated when firstDate and lastDate have changed #63

Open
veptune opened this issue Apr 13, 2014 · 0 comments
Open

Name of month not updated when firstDate and lastDate have changed #63

veptune opened this issue Apr 13, 2014 · 0 comments

Comments

@veptune
Copy link

veptune commented Apr 13, 2014

Hello,

My calendar is displaying well, with option self.calendarView.pinsHeaderToTop = YES;

I created my own button "Next month" "Previous button", it works, the calendar change, but the month's name in the header still the name (whatever the local i use)

-(IBAction) onClickButtonNextMonth
{
self.calendarView.firstDate = newDate;
self.calendarView.lastDate = newDate;
self.calendarView.selectedDate = newDate;

[self.calendarView scrollToDate:newDate animated:YES];

}

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

1 participant