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

Selection of date in another month is not possible #36

Closed
eickmeyer opened this issue Dec 8, 2010 · 3 comments
Closed

Selection of date in another month is not possible #36

eickmeyer opened this issue Dec 8, 2010 · 3 comments

Comments

@eickmeyer
Copy link

Let's say we are displaying the month December 2010. The view contains all days of the this month and additionally the last two days of November 2010 and the first two days of January 2011. If the user selects a day of December the delegate method calendarMonthView:didSelectDate: is called. If the user selects one of the dates from November or January the month view is switched to the appropriate month and the selected date is highlighted. However, it is not possible for the user to actually select the date. It is only possible to select the previous or the next date.

@devinross
Copy link
Owner

The month grid only fires of selections to the delegate for the current month like apple's calendar grid.

@eickmeyer
Copy link
Author

Ok, I understand. However, can you give me a hint what to change to implement firing the delegate when the date in another month is selected?

Thanks in advance.

@devinross
Copy link
Owner

Look for the part in the implementation where the delegate is passed the selectedDate selector and work back from there.

This issue was closed.
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