JTAppleCalendar
JTAppleCalendar copied to clipboard
The Unofficial Apple iOS Swift Calendar View. Swift calendar Library. iOS calendar Control. 100% Customizable
**(Required) Version Number:** latest version ## Description I need a single selection calendar. before it's works fine once I update a pod. i facing problem kindly do needfully ## Steps...
v8.0.0 (working on checking this in 8.0.2) ## Description Setting a selected date inside viewDidLoad will not be added to the selectedDate array. The use case is to set the...
**(Required) Version Number: 8.0.1** ## Description On the first visible month, tapping any cell calls `calendar(_:didScrollToDateSegmentWith:)`, but tapping a different month's cell doesn't call it. It appears that `scrollViewDidEndDecelerating` is...
**(Required) Version Number:** v.8.0.0. ipad ## Description My calendarView frame.width(fixedScrollSize) is 931.875 and scrollMode is horizontal I just did scrollToSegment(.next) in my project, but it doesn't scroll next section every...
1. Use [code here] as example 2. set calendar to .stopAtEachSection 3. toggle from monthView to singleRow view Calendar is not stopping at correct scrolldate
- Using version 7.0.6 - I have a vertical calendar I am trying to scroll to a date but because of my design, I have an overlapping view over the...
- `selectedDates` returns moments according to the calendar and time zone of the current configuration. - When reloading data, a new configuration is retrieved from the data source. - This...
**(Required) Version Number:** 8.0.0 ## Description When showing my ViewController I want the calendar to show the current day's month from the beginning. I achieve this by calling `self.calendarView.scrollToDate(Date(), animateScroll:...
**(Required) Version Number:** Version 8.0.0 ## Description Implementing cleanup in willDisplay. But the delegate method is not invoked. ## Steps To Reproduce Implement: JTACMonthViewDelegate#func calendar(_ calendar: JTACMonthView, willDisplay cell: JTACDayCell,...
I want a `collectionView(_:, prefetchItemsAt indexPaths: )` adapted to the new Year View So i can do some draws in background to prevent any lagging when scrolling it