JTAppleCalendar icon indicating copy to clipboard operation
JTAppleCalendar copied to clipboard

Calendar Needs to show full view

Open imrant-toast opened this issue 3 years ago • 3 comments

(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

Screenshot 2022-03-25 at 12 47 09 PM

Additional Context

Screenshot 2022-03-25 at 12 47 09 PM Screenshot 2022-03-25 at 12 47 09 PM

imrant-toast avatar Mar 25 '22 07:03 imrant-toast

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?

patchthecode avatar May 25 '22 14:05 patchthecode

@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?

Nik20112 avatar Dec 20 '22 06:12 Nik20112