You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed a strange crash that sometimes happens when switching between data sources. I cannot provide the exact steps on how to reproduce the issue, but I am sending you a stacktrace that might be of help. I also know (by setting an Exception breakpoint) that the crash occurs in the CollectionView.swift file on line 153.
For me, removing the line collectionViewLayout = placeholderLayout or changing it to collectionViewLayout = defaultLayout fixed the issue, without affecting the collection view layout in any way.
Hi @HamzaGhazouani,
I have noticed a strange crash that sometimes happens when switching between data sources. I cannot provide the exact steps on how to reproduce the issue, but I am sending you a stacktrace that might be of help. I also know (by setting an Exception breakpoint) that the crash occurs in the
CollectionView.swift
file on line153
.Please take a look and let me know your findings.
Looking forward to hearing from you and once again, thanks for this awesome library!
Cheers,
Sasho
The text was updated successfully, but these errors were encountered: