iOS 15.2 Xcode13.2 UICollectionView閃退-2021-12-20
iOS 15.2 Xcode13.2 報錯 [UICollectionViewRecursion] ; layer = ; contentOffset: {0, 0}; contentSize: {414, 4446}; adjustedContentInset: {0, 0, 0, 0}; layout: ; dataSource: >> is stuck in its update/layout loop. See previous logs in the "UICollectionViewRecursion" category to find callers that scheduled a recursive update?
在FSCalendar日歷框架中升級系統和編譯器版本后遇到UICollectionView閃退問題;經過測試發現是layout在設置item的時候計算一屏顯示item寬度時float精度問題四舍五入;使item的總寬度超出屏幕寬度;導致UICollectionView陷入刷新和加載的死循環閃退;