https://github.com/airbnb/MagazineLayout/pull/30 added RTL layout support, but did not make it configurable. To enable more control, I've added an initializer to control flipsHorizontallyInOppositeLayoutDirection, with a default of true.
Related Issue
N/A
Motivation and Context
This makes RTL support opt-out. Currently, it's not configurable at all.
Details
https://github.com/airbnb/MagazineLayout/pull/30 added RTL layout support, but did not make it configurable. To enable more control, I've added an initializer to control
flipsHorizontallyInOppositeLayoutDirection
, with a default oftrue
.Related Issue
N/A
Motivation and Context
This makes RTL support opt-out. Currently, it's not configurable at all.
How Has This Been Tested
Tested RTL support in the sample app.
Types of changes
Checklist