I have a horizontal collection view inside tableview
In each collection view there are no of images loading from url with kingfisher library
but when i scroll fast ,tableview freeze for some seconds & scrolling continue after display cells images loading completed
I'm using UICollectionViewCell xib for cell reuse
self.imgPhoto.kf.setImage(with: URL(string: varImageURL))