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)
Swift UICollectionView jumps and stutters when loading images with kingfisher in CellForRowAt
So I am loading in pictures related to posts for my new social app similar to IG, I am using kingfisher to load my images async.
The problem is when using the 'CellForRowAt' delegate method is that th...
kuramura143
Votes: 0
Answers: 0
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
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
UICollectionViewCell Flow Layout does not place cell correctly
My goal is to show the yellow tags inline until it fills the available width, then goes to the next line.
I used UICollectionView Flow Layout to achieve that. Here is my full code stripped down to the...
TSR
Votes: 0
Answers: 0