-
Notifications
You must be signed in to change notification settings - Fork 813
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
Comments
Set the size of the cells, and you can control how many months are displayed per screen. |
@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? |
Override methods to control its height and width dynamically. import SwiftUI struct CustomCalendarView: UIViewRepresentable {
} // MARK: - Custom JTAppleCalendar Cell
} |
(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.
Steps To Reproduce
Expected Behavior
Additional Context
The text was updated successfully, but these errors were encountered: