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

calendarCurrentMonthDidChange doesn't work #238

Closed
dantetemp opened this issue Mar 25, 2016 · 3 comments
Closed

calendarCurrentMonthDidChange doesn't work #238

dantetemp opened this issue Mar 25, 2016 · 3 comments

Comments

@dantetemp
Copy link

it looks like calendarCurrentMonthDidChange doesn't work

    func calendarCurrentMonthDidChange(calendar: FSCalendar!) {
        print("month changed")
    }

at the moment this function does nothing upon month change

@WenchaoD
Copy link
Owner

Hi @dantetemp
Does other delegate methods work? Such as

func calendar(calendar: FSCalendar, didSelectDate date: NSDate)

@dantetemp
Copy link
Author

hi
didSelectDate and calendarCurrentPageDidChange work fine

@WenchaoD
Copy link
Owner

Hi @dantetemp calendarCurrentMonthDidChange is just an out-dated version of calendarCurrentPageDidChange. U r doing it fine.

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