IMPORTANT - BEFORE CREATING YOUR ISSUE PLEASE READ THE FOLLOWING:
*. Using the latest version.
First of all Thanks for creating an amazing library.
I want to create a calendar like the below screenshot

You can find my source code is here: https://github.com/yasheedv/JTAppleCalendarDemo
I created a range selection. But Im getting the following issues. Please help me to find a solution for this.



will take a look
Hii.. Any updates ?
ok. i only now had a chance to look at this. Sorry for the late response.

Keep in mind, that showing me the wrong image, does not make me understand what should be the right image. Many developers have different designs in mind.


Ive finally got around to this.
Your code was too complex for me to go through, so i created a range selection example for you.
Download the github project and run the attached sample project.
On the fourth option, you will see rangeSelection example.
will close this issue.
Let me know if youre still experiencing problems.
Just to follow up on this in case anyone else is experiencing this issue. In example 1 and 2, it seems like the OP was trying to not show the range indication on dates outside of the valid calendar days in a month. To achieve this you can simply check cellState.dateBelongsTo == .thisMonth when configuring your cells.
Most helpful comment
Just to follow up on this in case anyone else is experiencing this issue. In example 1 and 2, it seems like the OP was trying to not show the range indication on dates outside of the valid calendar days in a month. To achieve this you can simply check
cellState.dateBelongsTo == .thisMonthwhen configuring your cells.