zepojo / UPCarouselFlowLayout

A fancy carousel flow layout for UICollectionView on iOS.
MIT License
1.66k stars 236 forks source link

RTL Support #46

Open Nonepse opened 5 years ago

Nonepse commented 5 years ago

Use flipsHorizontallyInOppositeLayoutDirection to support Right-To-Left languages.

A Boolean value indicating whether the horizontal coordinate system is automatically flipped at appropriate times.

LTR RTL

Fixes #29