M. Barış ÇİÇEK

Results 1 comments of M. Barış ÇİÇEK

OK, I found a solution! ``` if #available(iOS 10.0, *) { collectionView?.isPrefetchingEnabled = false } else { // Fallback on earlier versions } ``` Copy this code and paste into...