Size classes are phenomenal for specific constraints between devices. However you can't add constraints directly to a UITableViewCell or a UICollectionViewCell - specifically height and width.
I want to have a larger UICollectionViewCell on iPad Size Classes than iPhone so I always have three cells per row in portrait mode regardless of device. However, because I can't add constraints to the Cell, and adjusting the height/width directly is independent of size classes, I'm at a bit of a loss.