Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[iOS] Allow observable source update while CollectionView is not visible #13678

Merged
merged 3 commits into from
Feb 9, 2021

Commits on Feb 5, 2021

  1. Allow item source updates while CollectionView is hidden; prevent

    CollectionView updates while CollectionView is hidden;
    fixes #13126
    hartez committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    0ec2206 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Fix bug where measurement cell content is applied to the wrong cell

    Only force layout on transition from invisible to visible
    Move cell size cache to layout and clear cache on size change (e.g., rotation)
    Use ItemsView size for constraints when possible;
    hartez committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    9a8849b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    c9fb5ce View commit details
    Browse the repository at this point in the history