Enkhazix
Enkhazix
It does not matter to me how it works. If I set the time range from 08:00 to 22:00, should not show before 8:00 or after 22:00. I also want...
* I do not speak English well, so word choice may not be appropriate. I did not want a new view type like the Apple Calendar event details page. My...
Hi. When will it be updated? I currently need this very much. Perhaps my design is a requirement for everyone. because the requirement is mentioned and there is no other...
Hi @zjfjack Do you have any good news about this issue? I am waiting for updates.. Could you tell me when it will be updated?
Hello @zjfjack I have been delayed in development and have to re-plan. I want you to let me know when the development will be completed. Plz answer the your development...
Thank you for your answer. I hope it will be completed by August. I look forward to the good results!!
Yes. If i adding or subtracting numofDays, I want to keep the same day
I always set it to Monday. ``` calendarWeekView.setupCalendar(numOfDays: numDay, shopBookChargeList: self.shopBookChargeListString, shopBookChargeEmplList: self.shopBookChargeEmplList, setDate: Date.from(year: 2019, month: 05, day: 01) ?? Date(), allEvents: AllDayBookModel(), scrollType: .sectionScroll, firstDayOfWeek: .Monday) calendarWeekView.scrollableRange =...
Hi. I've fixed the problem by modifying your library. I created a `numofDaysReload` variable in JZBaseWeekView.swift and used it in the `updateWeekView()` function. JZBaseWeekView.swift : ``` public var numOfDays: Int!...