-
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
Weekscope: change month scrollView only when month changes #187
Comments
So far I cannot find a reason to do this. Thanks still. |
@WenchaoD I think this is a real issue. I'm facing it right now and another developer I know had this in the past |
@notDanish have a look at this PR: I already implemented this behavior. Unfortunately the PR was not accepted... |
@benrudhart you're the man |
@WenchaoD I'd kindly like to ask you to consider accepting my PR again. Obviously there are more people looking for a solution like this... |
@WenchaoD the issue isn't the current month stopping in the center. The issue is the month label scrolling every time you scroll calendar in week scope. What @benrudhart tried to do is that he made the month label scroll only when the month really changed (in Week scope obviously). The month label (header label) can be made to center...that's not hard...but yeah basically you should add this feature. It's worth it.... |
@benrudhart I'm just saying why I didn't accept the pr, not about the issus. |
@WenchaoD sure thing: it's even easier to make month labels always stop centered. But to me it feels weird when there days from several month (e.g. 29, 30, 31, 1, 2 ... ) are visible in the displayed week while only one month is shown... This gets even more crazy when you think about scrolling from right to left and the other way around: one time you end up with another month sticking in the header than when coming from the other side... My current implementation makes sure that the displayed month(s) are always the same - independent of scroll direction and velocity... |
The current implementation is |
Is this feature will be reconsider any time soon ? I'm facing it right now. |
I'm using the .Week scope in a horizontal calendar like this.
Is there a way to avoid the repetition of month cells and scroll the upper collectionView only when the month changes (see screenshot)? Currently the month collectionView scrolls every time the week collectionView gets scrolled. But this information is somewhat redundant and confusing to a user.
Am I missing an option or is this not yet possible?
The text was updated successfully, but these errors were encountered: