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 have a particular case where I need to display only one month but with a much narrower start date -> end date.
For example: 15th of Sept to Today (18th of Sept).
With the implementation found in CocoaPods 1.8.9 cellOutOfRange is always ignoring the response from endIndexPath since we only have one section. The older implementation found in the initial xcodeproj example is working correctly since it is using a flag and then returns the result instead of immediately returning.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi @mmick66! You did a great job with this CalendarView. Are you going to take a look at the issue described above in the near future? This calendar is really nice and easy to use and customise. Kudos!
I have a particular case where I need to display only one month but with a much narrower start date -> end date.
For example: 15th of Sept to Today (18th of Sept).
With the implementation found in CocoaPods 1.8.9 cellOutOfRange is always ignoring the response from endIndexPath since we only have one section. The older implementation found in the initial xcodeproj example is working correctly since it is using a flag and then returns the result instead of immediately returning.
Thank you.
The text was updated successfully, but these errors were encountered: