airbnb / MagazineLayout

A collection view layout capable of laying out views in vertically scrolling grids and lists.
Apache License 2.0
3.3k stars 219 forks source link

bottomToTop scrollOffset preservation #121

Closed elfredpagan closed 8 months ago

elfredpagan commented 8 months ago

Details

When using the bottomToTop layoutDirection, we should preserve scroll position relative to the bottom of the collection view whenever we change bounds.

Related Issue

Motivation and Context

How Has This Been Tested

Tested in the airbnb app

Types of changes

Checklist

elfredpagan commented 8 months ago

@bryankeller changes should be addressed now.