-
Notifications
You must be signed in to change notification settings - Fork 123
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
Comments
Instead of setting up the calendarWeekview again, you can just use self.calendarWeekview.forceReload(reloadEvents: ). |
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 |
Hey
Thank you so much i have fixed the issue by setting the date range concept
. I appreciate for your look back on me.
Thanks & Regards
Sanath
…On Fri, 2 Jul, 2021, 9:43 AM Jeff Zhang, ***@***.***> wrote:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUD2U7GFQ2RHHYJBZNH752TTVU4HTANCNFSM45CN2XIA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: