-
Notifications
You must be signed in to change notification settings - Fork 812
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
Start day of week #20
Comments
Using Can you tell me this:
You need to give me enough information so that i can re-create your scenario |
I finally found a solution: Thanks for your help ;) |
Thank you. I will look into this. |
Never mind. I have recreated the issue. Thanks for letting me know of this. Will fix the default value. |
When you change the first day of week, you are supposed to do a Its a one line code fix. Will push this fix to the next version coming this weekend. In the mean time, continue using your method. |
OK, thanks for your help ! |
#20 When a user changes the start of day for the month, reloading the calendar should update the calendar. This failed to happen because layoutNeedsUpdating = true code was ommitted. Fixed issue here
Hi, first, thanks for you library. It saves me lot of hours.
For my app, I try to put monday as the first day of week. I use :
self.calendarView.firstDayOfWeek = DaysOfWeek.Monday
But nothing append. Sunday stay the first day of week, even after a
reloadData()
But it work with the demo app...
I use the last version of calendar (2.1.2)
But maybe there is a thing that I misunderstand ?
Thanks !
The text was updated successfully, but these errors were encountered: