zjfjack / JZCalendarWeekView

Calendar Week & Day View in iOS Swift
MIT License
448 stars 120 forks source link

cell was missing #138

Open ApsarIOS opened 3 years ago

ApsarIOS commented 3 years ago

while scrolls & navigate to the next previous dates the item missing in the event cell. Please help Simulator Screen Shot - iPhone 12 mini - 2021-06-22 at 19 47 22

HJafri256 commented 2 years ago

Were you able to resolve this problem?

tnt-agonm commented 2 years ago

I have the same issue, has anyone found a solution?

ApsarIOS commented 2 years ago

Hi I found the issue and resolved, we need to fill modal data properly, if anything miss that our cell misses randomly.

Apsar Mohammad

On 23-Nov-2021, at 9:11 PM, Agon Miftari @.***> wrote:

I have the same issue, has anyone found a solution?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

tnt-agonm commented 2 years ago

Hi Apsar, can you please be more specific how you resolved the issue. I have a project in live version and this issue is getting serious. Thank you for your help. As @HJafri256 mentioned this issue is related to iOS 15 and xCode 13

ApsarIOS commented 2 years ago

lazy var events = [DefaultEvent(id: "0", title: "One", startDate: firstDate, endDate: firstDate.add(component: .hour, value: 1), location: "Melbourne"), DefaultEvent(id: "1", title: "Two", startDate: secondDate, endDate: secondDate.add(component: .hour, value: 4), location: "Sydney"), DefaultEvent(id: "2", title: "Three", startDate: thirdDate, endDate: thirdDate.add(component: .hour, value: 2), location: "Tasmania"), DefaultEvent(id: "3", title: "Four", startDate: thirdDate, endDate: thirdDate.add(component: .hour, value: 26), location: "Canberra")

need to insert data properly if any title missing cell will be miss randomly

tnt-agonm commented 2 years ago

Did you have the issue of swiping left and right and the events disappear or change position? Further my app integrating this calendar is removing events. They are still there as I can tap on them but they are not visible if you load the events and scroll back to the events.