eroth / ERJustifiedFlowLayout

A subclass of UICollectionViewFlowLayout for iOS that supports different types of cell justification and inter-cell spacing.
https://www.cocoacontrols.com/controls/erjustifiedflowlayout
MIT License
70 stars 13 forks source link

fix misalignment when horizontalJustification==FlowLayoutHorizontalJustificationLeft #1

Closed Sega-Zero closed 9 years ago

Sega-Zero commented 9 years ago

Faced the case, when I had 2 items, that covered almost all width available and next item on a next line had a wrong left offset. This fixes the problem.

eroth commented 9 years ago

Thanks for identifying this case! I'll check out your fix a little later today.

eroth commented 9 years ago

:+1: Thanks for the fix! If you're feeling ambitious, you could see if this occurs for FlowLayoutHorizontalJustificationRight :)

Sega-Zero commented 9 years ago

it was, so I've created a pull request =)