python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
UICollectionview not showing up after init on iOS 13
This is a very specific question, but I am using UICompositional Layout combined with Diffable Data Source on my collection view, everything works fine on iOS 15, the issue is on iOS 13, what's going ...
Anna
Votes: 0
Answers: 0
UICollectionViewCompositionalLayout Equal item height
I’ve faced the issue of setting the two cells in horizontal group equal height (= height of largest cell in the row). Now it looks almost like intended
But I need the left (smaller) cell’s height == ...
dimazava
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
How to create specific UICollectionViewCompositionalLayout with non-interleaving NSCollectionLayoutGroup
I attempting to create UICollectionView like on picture above, using UICollectionViewCompositionalLayout.
I don't want split it to sections, because I'm using pinned SectionHeader and during scrolli...

zslavman
Votes: 0
Answers: 0