PatchTheCode

Results 283 comments of PatchTheCode

This is the correct way to setup a single row calendar -> https://github.com/patchthecode/JTAppleCalendar/issues/581

will take a look this weekend didEndDisplayingSupplementaryView

Sorry for being late on this. But With the current situation. I am caught up.

The function we have to select dates is ```swift calendarView.selectDates(theArrayOfDatesToSelect) ``` Therefore if you have some rule, then create a function that uses that rule to generate dates according to...

paste me your 2 functions 1. CellForItemAtIndexPath 2. WillDisplayCell

yes true. @Martinus1 can you do one of 2 things? Either 1) Upload a sample app with the bug so i can debug it or 2) can we chat here?...

Did you put this in your `viewDidLoad` function? ```swift calendarView.scrollToDate(Date()) ```

Because Of recent events, I am now getting back to this. So it looks like it correctly scrolls to `March 3rd`. But, it also looks like since March is the...

Ok, so to clarify, You issue is --> When you select a Large range of dates, you application freezes until the selection is complete?