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

while swiping left and right the text is missing in the calendar #137

Open
sanath9 opened this issue May 18, 2021 · 4 comments
Open

while swiping left and right the text is missing in the calendar #137

sanath9 opened this issue May 18, 2021 · 4 comments

Comments

@sanath9
Copy link

sanath9 commented May 18, 2021

I have implemented JZCalendarWeekView in our project we are facing UI issues while swiping left and right ,the appointments label text is missing for some events randomly .
using below code to refresh calendar after getting response from backend
self.calenderWeekview.setupCalendar(numOfDays: 1,setDate: self.selectedDate, allEvents: eventsByDate,scrollType: .pageScroll)
Could you please help me to solve this issue?

@S-Braeutigam
Copy link

Instead of setting up the calendarWeekview again, you can just use self.calendarWeekview.forceReload(reloadEvents: ).

@rishbaranwal
Copy link

I have implemented JZCalendarWeekView in our project, please let me know how I can disable the swipe left or right?

@zjfjack
Copy link
Owner

zjfjack commented Jul 2, 2021

I have implemented JZCalendarWeekView in our project, please let me know how I can disable the swipe left or right?

Maybe you can set the date range to that date only

@sanath9
Copy link
Author

sanath9 commented Jul 2, 2021 via email

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

4 participants