JTAppleCalendar
JTAppleCalendar copied to clipboard
Calendar Needs to show full view
(Required) Version Number: 7.1.8
Description
-
I would like to view the calendar month one by one refer expected behaviour. it always showing per page one month.
calendarView.isRangeSelectionUsed = true calendarView.scrollingMode = .stopAtEachSection calendarView.cellSize = (view.bounds.width/7).rounded() calendarView.minimumLineSpacing = 0 calendarView.minimumInteritemSpacing = 0 calendarView.scrollToDate(today, animateScroll: false)
Steps To Reproduce
Expected Behavior
Additional Context
Set the size of the cells, and you can control how many months are displayed per screen. Have you checked out the sample app attached in the repository?
@imrant-toast Is this issue resolved? If yes, please let me know the code snippet. I want to integrate same in horizontal direction. Could you please help on this?