python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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
UICollectionView orthogonalScrollingBehavior groupPagingCentered wrong behavior
So I have a collection view with the following layout
private static func createChannelsCompositionalLayout() -> UICollectionViewLayout {
let itemSize = NSCollectionLayoutSize(widthDimension:...

Tarek
Votes: 0
Answers: 0
How to show three rounded images in Collectionview cell in all iPhone screen sizes in swift
I have taken collectionview in storyboard and in its cell i have taken ImageView and its below one label
i need to show only three rounded images horzontally and number of rows from JSON vertically in...
Json Swift
Votes: 0
Answers: 2
Adding view to UICollectionview without moving collection view
So I have a collection view with a Tableview inside it. Clicking one of the tableview cells will bring up a sort of basket on top of the collection view. You can click a maximum of 4 items. This will ...
Mr_Bull3t
Votes: 0
Answers: 0