rubymotion

Poor UICollectionView Scrolling Performance With UIImage

て烟熏妆下的殇ゞ 提交于 2019-11-26 20:16:20
问题 I have a UICollectionView in my app, and each cell is a UIImageView and some text labels. The problem is that when I have the UIImageViews displaying their images, the scrolling performance is terrible. It's nowhere near as smooth as the scrolling experience of a UITableView or even the same UICollectionView without the UIImageView. I found this question from a few months ago, and it seems like an answer was found, but it's written in RubyMotion, and I don't understand that. I tried to see