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

cell was missing #138

Open
ApsarIOS opened this issue Jun 22, 2021 · 6 comments
Open

cell was missing #138

ApsarIOS opened this issue Jun 22, 2021 · 6 comments

Comments

@ApsarIOS
Copy link

ApsarIOS commented Jun 22, 2021

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
Copy link

Were you able to resolve this problem?

@tnt-agonm
Copy link

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

@ApsarIOS
Copy link
Author

ApsarIOS commented Nov 23, 2021 via email

@tnt-agonm
Copy link

tnt-agonm commented Nov 24, 2021

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
Copy link
Author

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
Copy link

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.

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

3 participants