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)
UICollectionView compositional layout supplementary crash
I want to add separators on list-like collection view built with compositional layout. I know there is a solution in iOS 14, but I support iOS 13.
I try to add separators as supplementary view to ever...
Serge Sayfulin
Votes: 0
Answers: 1
UICollectionView with Compositional Layout disappears cells with frame still on screen
Trying to get a "sticky header" that will orthogonally scroll with the section, but only partially, leaving the trailing end exposed until scrolled backwards.
Headers don't work as they don'...
nickneedsaname
Votes: 0
Answers: 1
Collection view self-sizing cells issue in Compositional layout
I am using a collection view compositional layout to display a cell with two labels that can grow in height, depending on the content of the labels. Everything else in the cell is fixed.
I make a sect...
annaoomph
Votes: 0
Answers: 1
iOS - UICollection view with resizable cells on scroll with CompositionalLayout
I need a collection view with cells that are resizing on scroll as in the screen recording.
I can do this with Flow layout, but have no idea how can I achieve this behaviour with Compositional layout?...
Marta Paniti
Votes: 0
Answers: 0