Christopher Shea

Results 1 issues of Christopher Shea

Given the following initialization of a `RxCollectionViewSectionedAnimatedDataSource`... ```swift RxCollectionViewSectionedAnimatedDataSource( animationConfiguration: AnimationConfiguration(insertAnimation: .bottom, reloadAnimation: .bottom, deleteAnimation: .bottom) // etc. ) ``` The animation styles specific only affect _rows_ in a section,...