JTAppleCalendar
JTAppleCalendar copied to clipboard
The Unofficial Apple iOS Swift Calendar View. Swift calendar Library. iOS calendar Control. 100% Customizable
Hi, thanks for the library! I have a calendar which is supposed to change number of rows upon swiping up/down to switch between week and month view modes. My problem...
**(Required) Version Number:** JTAppleCalendar: 7.1.7 (need to support iOS 12) ipadOS (iOS 13) iPad 11" Simulator iOS 12.4 ## Description Calendar doesn't resize cells correctly when transitioning from compactWidth/RegularHeight to...
**(Required) Version Number:** 8.0.3 ## Description Showing numbers in Arabic. ## Steps To Reproduce Whenever I change the device language to Arabic, the numbers still shows up in English. Any...
version: 8.0.3 ## Description If calendar contentInset.top != 0, it is not scrolled to top ## Steps To Reproduce Change contentInset top value. Initially contentOffset of calendar is correct, after...
**(Required) Version Number:** 8.0.2 ## Description Type 'ViewController' does not conform to protocol 'JTACMonthViewDelegate' ## Steps To Reproduce 1. I added protocol stubs (cellForItem, willDisplayCell) functions 2. Xcode shows me...
**(Required) Version Number:** 8.0.3 ## Description Same issue as here https://github.com/patchthecode/JTAppleCalendar/issues/789 Seems that anchor date is ignored and calendar scrolls to top after reload.
**(Required) Version Number:** 8.0.8 Xcode 12.4 ## Description I wanted to implement your calendarView in a stack view that will change the axis when the device changes portrait/landscape. I have...
This contains two fixes. First is a fix for #1158 to allow the JTACMonthCell to be programmatically subclassed without a need for a storyboard Second is for #1310 where I...
**(Required) Version Number:** 8.0.3 ## Description It would be good to expand formal support for scrolling and selection within the JTACUYearView. For example these issues, #1226 and #1236 are currently...
**(Required) Version Number: 8.0.2 ## Description Showing year view crash with assert error: `guard let monthView = monthView else { assert(false); return }` ## Steps To Reproduce Creating month cell...