Alexandr
Results
2
comments of
Alexandr
I've found a temporary fix, this might help to avoid crash on iOS 11 iPhone X ``` DispatchQueue.main.asyncAfter(deadline: .now() + 0.0){ self.collectionView.collectionViewLayout = flowLayout self.collectionView.contentOffset = .zero } ```
@mischa-hildebrand Yes, this bug also occurs on the simulator, I can provide a sample project later today