UICollectionViewFlowLayout doesn't use integral frames
问题 I have recently started using UICollectionView, and am a bit confused about the UICollectionViewFlowLayout. It would seem that the frames for each cell in the collection view are calculated with equal space between each item. This causes the frames of some of the cells to have fractional positions, which will cause blurry labels and misaligned image pixels and so on. I am surprised to find that there are no questions about this on stack overflow though, which makes me think I am doing