You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to create a calendar with the option to switch between monthly and weekly views and have it function as closely to the Apple Calendar as possible.
My monthly calendar works fine and is set up with the following parameters:
My weekly calendar however does not function as intended in that there are gaps between weeks and on months with dates not starting on Sunday, they are still being defaulted to the Sunday position.
I have tried following solutions posted on #581 , but it still does not function as intended.
Any ideas or suggestions of what may be going wrong? Thanks in advance!!
As a side note, I am having the numberOfRows, generateInDates, generateOutDates and hasStrictBoundaries parameters as variables that are toggled every time dates are selected. I think that's the right way to do it? Correct me if I'm wrong.
The text was updated successfully, but these errors were encountered:
As a side note, I am having the numberOfRows, generateInDates, generateOutDates and hasStrictBoundaries parameters as variables that are toggled every time dates are selected. I think that's the right way to do it? Correct me if I'm wrong.
Thats how i would do it.
My weekly calendar however does not function as intended in that there are gaps between weeks and on months with dates not starting on Sunday, they are still being defaulted to the Sunday position.
There are gaps between the weeks.
are ou sure you have hasStrictBoundaries setu to false
are you sure you are reloading the calendar
and on months with dates not starting on Sunday, they are still being defaulted to the Sunday position
Hello,
I am attempting to create a calendar with the option to switch between monthly and weekly views and have it function as closely to the Apple Calendar as possible.
My monthly calendar works fine and is set up with the following parameters:
Monthly calendar:

My weekly calendar however does not function as intended in that there are gaps between weeks and on months with dates not starting on Sunday, they are still being defaulted to the Sunday position.
The goal:

The weekly calendar is configured as:
I have tried following solutions posted on #581 , but it still does not function as intended.
Any ideas or suggestions of what may be going wrong? Thanks in advance!!
As a side note, I am having the
numberOfRows
,generateInDates
,generateOutDates
andhasStrictBoundaries
parameters as variables that are toggled every time dates are selected. I think that's the right way to do it? Correct me if I'm wrong.The text was updated successfully, but these errors were encountered: