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)
Property of a protocol doesn't accept a protocol inheritance
I have two basic Protocols
protocol SubtractsDelegate: class {
func func1()
}
protocol AddsDelegate: class {
func func2()
}
My third Protocol conforms to both
protocol Operates: SubtractsDel...

siefix
Votes: 0
Answers: 1
UICollectionview not showing up after init on iOS 13
This is a very specific question, but I am using UICompositional Layout combined with Diffable Data Source on my collection view, everything works fine on iOS 15, the issue is on iOS 13, what's going ...
Anna
Votes: 0
Answers: 0
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