python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
UICollectionViewDiffableDataSource updates horizontally scrolling section incorrectly, but handles vertical section updates just fine
I’m attempting to create a collection view with 2 sections which supports live reloading of data. Leveraging UICollectionVIewDiffableDataSource, this should be quite straightforward.
final class ViewC...
thexande
Votes: 0
Answers: 0
UICollectionViewDiffableDataSource - Crash when having equal items with different hash
I am using UICollectionViewDiffableDataSource to fill UICollectionView with data. My understanding is that DiffableDataSource compares items by using == and then if items are equal it compares hash va...
Josip B.
Votes: 0
Answers: 0
UICollectionViewCompositionalLayout optional sections
I have looked at this question, which is similar: How to deal with empty items section in UICollectionView CompositionalLayout, but the answer there seems to be either leave sections out in the snapsh...
ashipma
Votes: 0
Answers: 1