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)
How to make square cells with collection view layout in swift
I'm programming a game with a collection view with 121 buttons (11X11), how can I fix my Collection View cells to be a square? I want to increase or decrease the number of cells so the layout has to b...
Alessandro Dinato
Votes: 0
Answers: 1
How to resolve slow scrolling issue in UICollectionView?
Scrolling a collection view with a large number of supplementary header views is extremely slow. The more sections, the worst is the scrolling performance. (Tested with 5,000 sections).
Best to give i...
Joshua
Votes: 0
Answers: 0
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
Is there a way to give outer border in every section of uicollctionview?
Try to add outer border of every section in a collection view.
If i'm using cell.layer.border, it will also create an inner border. Is there a simple way to create outer border only for every section ...
lauwis
Votes: 0
Answers: 1