You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not so much a bug, just an enhancement I thought would be cool. Maybe make a delegate method loadMonth(int monthNumber) where monthNumber is the month to switch to (i.e 0 is January and 12 is December)
The text was updated successfully, but these errors were encountered:
This feature is available since the release version. All you have to do is to use a convenience method toggleViewWithDate(date: NSDate). Your code may look like one below.
func loadDecember2015(){letdecember2015:NSDate
// calculations with NSCalendar and NSCalendarComponents
// december2015 initialization
calendarView.toggleViewWithDate(december2015)}
That's it. The given code sample would work with the code in the develop branch.
Not so much a bug, just an enhancement I thought would be cool. Maybe make a delegate method loadMonth(int monthNumber) where monthNumber is the month to switch to (i.e 0 is January and 12 is December)
The text was updated successfully, but these errors were encountered: