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 result builders for SectionModel, ItemModel, BarModel, PresentationModel, and NavigationModel
Added initializers and methods to CollectionViewController that take an array of ItemModels
and transparently wrap them in a SectionModel for consumers.
Changed
Updated public let properties of public structs with memberwise initializers to be public var
BarStackView now handles selection of bar models and can be used as an EpoxyableView
The cases of BarStackView.ZOrder have been renamed to be more semantically accurate
Enables CollectionView prefetching by default, as the issues preventing it from being enabled by
default are now resolved in recent iOS versions
Support animated moves in BarStackView
Fixed ordering when inserting and removing bar models
Crossfade between bars of the same view type with different style IDs in BarStackView