-
Notifications
You must be signed in to change notification settings - Fork 137
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
TimeZone Change causes Month shown to be wrong. #98
Comments
If I get it right, the animation does not stop? |
I'll check on the sample. The animation works except the months can only be decremented and never incremented (next month) |
I can't get the sample to work. The Swift version doesn't have a call for a timeZone change in it either. The OBJ-C version does but has issues with the pod file when I try to run it. I can't tell if this issue is isolated to my app or a bug. My app uses the OBJ-C version. |
To clarify, the animation stops, problem is, it shows the same month as was shown before. If you go back, it shows the previous month but if you press "Next Month" it will show you the same month again. |
I'm not using this control in any of my projects since a long time, that's why I'm not actively fixing it. |
I'm having the same issue, if I set Here's a quick video for you to check: |
@hons82 any way I can help with this? |
Me too? Ive tried to fix it but can't seem to get it work on my end. |
... sorry for the late reply, but I can't dedicate a lot of time to this project anymore... Unfortunately I still can't reproduce this problem on my end. I did put it in the
and everything is working as expected... I'm on mojave, xcode10 testing on an iPhone XR simulator |
If you set the Time zone to anything other than default, for ex. GMT. You can select back a month but as soon as you press forward a month with the arrow or a date into the next month, you get the slide transition to the current month forever.
The text was updated successfully, but these errors were encountered: