-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Two days can be selected after first or second Saturday is first selected #463
Comments
Thanks for the detailed reporting @h-bomb . Will handle this ASAP. |
Thanks so much, @WenchaoD...and for the great calendar! I have been modifying the calendar for a work project (and hope to do a pull request in the near future). I have been debugging the code, but haven't found the source of the issue yet. If you happen to know the source, I'd appreciate the info! |
You are AWESOME, @WenchaoD! Thanks so much for fixing this so quickly! It appears to have resolved the issue. |
* development: Replace private extension with NSCalendar category FSCalendarSeparators Fix issue #463 Add ISSUE_TEMPLATE.md calendar.appearance.weekdayBackground
In some cases, two days can be selected. This seems to only happen after the first or second Saturday is first selected (i.e., step 4). (Note that
allowsMultipleSelection
in the calendar is set to false).Steps to reproduce in the current SwiftExample project (as of 10/25/2016):
Result:
Notice that both dates are selected.
The text was updated successfully, but these errors were encountered: