As far as I can see, UICollectionViewFlowLayout
justifies all the lines of a section except the last one. So for example, if there aren't enough items to fill more than 1 line, the result is not justified.
What is the simplest way to either configure or subclass UICollectionViewFlowLayout
so that it also justifies the last line of a section?