-
Notifications
You must be signed in to change notification settings - Fork 119
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
Allow calendar traversal without impacting selected date. #61
Comments
This feature request is essentially asking for the behavioral change implemented in iOS 7. |
Same issue I am also getting, Did not understand your solution. |
There's no solution yet. It's a feature request. ;-) |
Related #120 |
Related: #97 |
Design DiscussionBehaviors
User InteractionDefining the
There are three options for the new behavior:
The third is a more complete description of the third, and that's the behavior modeled in the chart. I'm going to give that a go. Other ConcernsSome random thoughts:
|
Calendar Traversal Design, Part 2Thinking about this some more, it looks like we also need to worry about minimum/maximum dates, and delegate callbacks. Visible or Selected?If the view model's current " Missing FeaturesI think for now it might make sense to treat the " I think I need to think on this a little more. |
Per, @snadahalli, in my words:
If you tap on one of the arrows on the calendar, it shows another month, and changes the selected date to the first of the newly visible month.
This behavior should remain enabled by default, but an optional alternative is to allow users of the library to set a flag which would allow users of the calendar to traverse the months without changing the date.
The text was updated successfully, but these errors were encountered: