TextureGroup / Texture

Smooth asynchronous user interfaces for iOS apps.
https://texturegroup.org/
Other
8.02k stars 1.29k forks source link

[Layout] Add RTL support to LayoutSpecs #1983

Closed rcancro closed 3 years ago

rcancro commented 3 years ago

This is largely a slight update for https://github.com/TextureGroup/Texture/pull/1805. If RTL is enabled, calculateLayoutLayoutSpec: will flip the origin of all sublayouts.

The new part of the diff is that ASBatchFetching now supports proper fetching on RTL horizontal scrollViews.