You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an UpdateStrategy to CollectionView to allow specifying that it should update using non-
animated performBatchUpdates(…), which can be more performant and behave more predictably than reloadData().
Added reflowsForAccessibilityTypeSizes and forceVerticalAccessibilityLayout properties to HGroup.Style.
Fixed
Improved CollectionView logic for deciding when to reloadData(…) over performBatchUpdates(…)
in specific scenarios.
Fixed an issue where the accessibilityAlignment property of HGroup was not being respected.
Fixed an issue where accessibilityAlignment and horizontalAlignment would overwrite one another
Break a temporary retain cycle in .system presentation style
Changed
CollectionViewConfiguration.usesBatchUpdatesForAllReloads now defaults to true.
Changed CollectionViewConfiguration from an immutable class to a struct to make it easier to
modify an existing configuration.