-
Notifications
You must be signed in to change notification settings - Fork 69
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
When Changing Months, the days do not update properly #10
Comments
It looks like the analagous fix for #2 can be applied to iOS to fix things. This is a relief because I love this module. I'm digging in to see if I can find the cause. |
Just as a note, when I did look into this I couldn't figure it out. I can't promise I'll ever be able to find an answer. |
Hello, I have the same problem and I can't find how to resolve it. If someone have a solution it would be a pleasure to read it, because a calendar who don't display correct dates is not very useful... :( |
Ho, in fact it works on iOS, it was just because I thought that the nugget was installed in the iOS project but it was just installed in the PCL |
In 1.0.7, this issue still exists on iOS release build. When changing month, the days do not update properly. But it is fine in iOS debug build. |
Try add: [assembly: ExportRenderer(typeof(XamForms.Controls.CalendarButton), typeof(XamForms.Controls.iOS.CalendarButtonRenderer))] |
This should be in the documentation in the readme.md. It cost me several hours before I found this. Yes I know I should always read though the issues, but this seems like something that has to be added. :) Otherwise, great control! |
I added a |
where to add?assembly info? |
I'm seeing the same behavior described in #2 but on iOS (that issue was concentrated on UWP). This module is awesome on Android.
The text was updated successfully, but these errors were encountered: