Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar Needs to show full view #1348

Open
imrant-toast opened this issue Mar 25, 2022 · 2 comments
Open

Calendar Needs to show full view #1348

imrant-toast opened this issue Mar 25, 2022 · 2 comments

Comments

@imrant-toast
Copy link

imrant-toast commented Mar 25, 2022

(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

@patchthecode
Copy link
Owner

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?

@Nik20112
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants