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

**(Required) Version Number:** 8.0.2 I have a vertical calendar view with 1 year range. I want it to start at the current month, which is last month in the range....

I'm implementing headers separately from the calendar, and the label which displays the month should change when calendar is scrolled. How do I get the current month when scrolling the...

**(Required) Version Number:** 8.0.2 ## Description I have implement the JTApple calendar and facing issue regarding reset. ## Steps To Reproduce Suppose Today month is December 2019 and I select...

**(Required) Version Number:** 8.0.1 (and master) ## Description There it seems to be some strange interaction between reusable cells and iOS 13. Is there any chance there is something to...

enhancement

when I use deselectAllDates() function with v7.1.0, not perform calendar(_ calendar: JTAppleCalendarView, shouldDeselectDate date: Date, cell: JTAppleCell?, cellState: CellState) but I use v7.1.7 or v 8.0.0+, it can perform shouldDeselectDate?...

**(Required) Version Number:** version 8.0.2 (commit 8a7c54392f2358c1be91ddf3c0a755ecd5e00f9b) (latest) ## Description I want implement CalendarYearViewController where I expect to see apple default calendar (year view - 12 months) and days inside...

**(Required) Version Number:** 8.0.0 ## Description: I have a UIBarButtonItem. When it is tapped, the following code is executed: ```swift @objc func scrollToToday() { let formatter = DateFormatter() formatter.dateFormat =...

Awaiting User Input

**(Required) Version Number:** 8.0.2 ## Description I put CalenderView inside StackView, then set true "isHidden" to the other view inside UIStackView in other ViewController and come back to ViewController has...

**(Required) Version Number:** pod 'JTAppleCalendar', :git => 'https://github.com/patchthecode/JTAppleCalendar.git', :branch => 'master' ## Description I'm creating VC which contain TableViewController on the bottom and JTApplecalendar ( Singlerow ) on the top...

Awaiting User Input

I am using JTAppleCalendar in my App. So by default the calendar is in week mode. In my app I am hiding the calendar when the user scrolls up on...