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)
How to create a collection view with images that change size on scroll
I want to implement an horizontal collection view displaying images that increases the size of the images with a smooth animation as they approach the center and reduces their size as they move away.
...

Mig70
Votes: 0
Answers: 0
Dynamic collection view cell column from different iPhone device
I try to create a dynamic cell column from different iPhone devices with collectionView.
I already try for iPhone SE to have a 3 column and success, but when I try to make iPhone 11 Pro Max to have a ...
ferryawijayanto
Votes: 0
Answers: 1
crash on "UICollectionView dequeueReusableCellWithReuseIdentifier:forIndexPath"
I have a UICollectionView, while the cell is reused, then crashed.
Below is the stack while crash.
0
libobjc.A.dylib
objc_msgSend + 32
1
UIKitCore
-[UIView(Animation) _removeAllAnimations:] + 100
2
UI...
franklin
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