JTAppleCalendar icon indicating copy to clipboard operation
JTAppleCalendar copied to clipboard

The Unofficial Apple iOS Swift Calendar View. Swift calendar Library. iOS calendar Control. 100% Customizable

Results 108 JTAppleCalendar issues
Sort by recently updated
recently updated
newest added

Version Number: 8.0.3 Framework is awesome ! And works as expected ! Thank you ! Not sure whats wrong, but in my Xcode 12.2 I have warning Conversion to Swift...

with these configuration of calendar: `ConfigurationParameters(startDate: startDate, endDate: endDate, generateInDates: .off, generateOutDates: .off)` then `cellState.selectedPosition()` returns wrong response in start and end of month. you have an `2tapRangedSelection` example, you...

enhancement

As title says. Linked to this issue https://github.com/patchthecode/JTAppleCalendar/issues/1061#issuecomment-499422444

CURRENTLY INVESTIGATING THIS

**Version Number: 8.0.3** ## Description Selecting big ranges of dates around 2-3 years in range is causing performance penalties when finishing the selection due to sorting of big selected cell...

**(Required) Version Number:** 8.0.2 ## Description I would like to add some spacing at the bottom of the calendar, but it doesn't seem to be customisable. I tried setting a...

enhancement
help wanted

let cellState = calendarView.cellStatus(at: gesture.location(in: gesture.view!)) cellState.date, will always return the first section month, instead of the real month. *I can see now that this is long time issue.. https://github.com/patchthecode/JTAppleCalendar/issues/253#issuecomment-439784680

**(Required) Version Number:** 8.0.2 ## I used the JTAppleCalendar for my iPhone app. I need a weekly view, nothing more. Now that I'm developing the iPad version of the same...

This PR is a fix and a followup on #1262 My problem was that when I programmatically scrolled the calendar with the function scrollToSegment, then the willScrollToDateSegmentWith delegate did not...

This PR changes `JTACMonthLayout.delegate` and `JTACMonthDelegateProtocol._cachedConfiguration` from implicitly unwrapped options to optionals. It addresses a crash reported in #1217 where the following line crashes in rare circumstances due to a...

**(Required) Version Number:** 8.0.3 ## Description #0 0x000000010483853c in JTACMonthLayout.setupDataFromDelegate() at ~/Pods/JTAppleCalendar/Sources/JTAppleCalendar/JTACMonthLayout.swift:168 JTAppleCalendar was compiled with optimization - stepping may behave oddly; variables may not be available. Line 168: strictBoundaryRulesShouldApply...