Search code examples
SwiftUI ViewModifier should accept theme explicitly or read it from environment — why does any proto...


iosswiftswiftuiswift-protocols

Read More
How to correctly use generics with protocols and different types?...


swiftgenericsswift-protocols

Read More
How do I conform to a protocol with an actor?...


swiftactorswift-protocols

Read More
Difference between Swift's hash and hashValue...


swifthashswift-protocols

Read More
Can't assign value of 'some T' to type 'some T' in swift even if they are exactl...


swiftgenericsswift-protocolsopaque-types

Read More
How can I make a weak protocol reference in 'pure' Swift (without @objc)...


swiftdelegatesswift-protocols

Read More
Do not understand "Member '<func>' cannot be used on value of type 'any <t...


swiftgenericsswift-protocols

Read More
Deepest nested associated value (extracted recursively)...


swiftgenericsenumsswift-protocolsassociated-value

Read More
How to specify a specific protocol in an array of protocols...


swiftswift-protocols

Read More
Extending a constrained protocol for an array argument is not possible...


swiftswift-protocolsprotocol-oriented

Read More
Introduce a view modifier that is based on properties set by protocols in SwiftUI...


swiftuiswift-protocols

Read More
How can I call a static function on a protocol in a generic way?...


swiftprotocolsswift-protocols

Read More
How can I check in protocol A's extension, that whether or not `self` follows protocol B?...


swiftswift-protocols

Read More
SwiftUI: ViewModifier where content is an Image...


swiftswiftuiswift-protocols

Read More
Why do we need Type Erasure given we already have parameterized protocols...


swiftswift-protocolstype-erasure

Read More
Protocol conformance...


swiftswift-protocols

Read More
Redundant conformance of 'CLLocationCoordinate2D' to protocol 'decodable'/'encod...


iosswiftcore-locationswift-protocols

Read More
Usage of protocols as array types and function parameters in Swift...


iosswiftgenericsswift-protocols

Read More
Swift struct with tuples does not conform to Codable...


swifttuplescodableswift-protocolsswift-optionals

Read More
What does "Protocol ... can only be used as a generic constraint because it has Self or associa...


swiftgenericsswift-protocols

Read More
Extend swift class that already conforms some protocol...


iosswiftinheritanceswift-protocols

Read More
Swift protocol nested in a class...


swiftswift-protocols

Read More
Replicating foregroundStyle(_:) in SwiftUI...


swiftgenericsswiftuiswift-protocolsswiftui-environment

Read More
Protocol func returning Self...


swiftprotocolssubclassingswift-protocols

Read More
How to use a generic constraint to associate two associatedtypes in separate protocols...


swiftswift-protocols

Read More
"some" keyword with variadic parameter in Swift...


swiftswift-protocolsvariadicfunction-parameter

Read More
Conventions for Swift protocols...


swiftunit-testingnamingswift-protocols

Read More
How to override a protocol's default method behavior of a 3rd party library?...


swiftoverridingswift-protocolsswift-extensions

Read More
Swift protocol extension not visible to implementing class...


swiftswift-protocols

Read More
Make a list of Structs conform to a protocol SwiftUI...


swiftswiftuiswift-protocols

Read More
BackNext