Search code examples
Protocol extending Encodable (or Codable) does not conform to it...


swiftswift-protocolscodable

Read More
SwiftUI - View showing Elements conforming to a Protocol and ForEach over them...


swiftswiftuiswift-protocols

Read More
In Swift - Type of expression is ambiguous without more context...


swiftdelegatesswift-protocols

Read More
Reference to all Swift Protocols?...


swiftios8swift-protocols

Read More
Unexpected Cannot assign to property 'self' is immutable compile time error IN CLASS...


swiftclassstructimmutabilityswift-protocols

Read More
Cannot use Protocols in SwiftUI Views...


swiftgenericsswiftuiswift-protocols

Read More
Compile-time conditional protocol conformance in Swift...


swiftswift-protocolsconditional-compilation

Read More
Does protocol array elements passed by value or reference?...


swiftoopswift-protocolsprotocol-oriented

Read More
overriding declarations in extensions is not supported - swift...


swiftswift-protocols

Read More
Class with Dependency injection vs Protocol with implementation...


swiftdependency-injectionswift-protocols

Read More
Can we edit properties of "let" protocol properties in Swift?...


swiftswift-protocolslet

Read More
Type 'ContentView' does not conform to protocol 'View' (Xcode - Swift UI)...


swiftxcodeswiftuiswift-protocolscontentview

Read More
How to avoid using two extensions with the same method for 2 different classes...


iosswiftswift-protocolsswift-extensions

Read More
Swift Result<> cannot convert to downcast result...


swiftgenericsswift-protocols

Read More
How does AppDelegate become UIApplication's delegate?...


iosswiftdelegatesappdelegateswift-protocols

Read More
How can have an instance or a return type of a generic type conforming to a protocol with associated...


iosswiftuitableviewswift-protocols

Read More
Make a swift protocol conform to Hashable...


iosswiftprotocolsswift-protocolshashable

Read More
Swift subprotocol with associated type...


swiftgenericsswift-protocolsassociated-types

Read More
How to use default interface implementation with kotlin Multiplatform and Swift...


swiftinterfaceswift-protocolskotlin-multiplatformdefault-method

Read More
Unable to pass a value from the child VC to the parent VC using protocol/delegate...


iosswiftuiviewcontrollerdelegatesswift-protocols

Read More
Variable cast as protocol instance not the same underlying type as variable of class instance?...


swiftgenericsswift-protocols

Read More
Dispatching to Swift protocol extension...


swiftswift-protocols

Read More
Why Xcode says that 'instance will be immediately deallocated'?...


appdelegateswift-protocols

Read More
Is a blank function conventional in subclass that conforms to custom protocol?...


iosswiftxcodesubclassswift-protocols

Read More
Protocol conformance with implicitly unwrapped optionals...


iosswiftuilabelswift-protocolsswift-optionals

Read More
ExpressibleByCustomTypeLiteral...


swiftswift-protocols

Read More
How to create constraint on protocol...


iosswiftswift-protocols

Read More
How to implement Identifiable using two enum variables...


swiftidentityswift-protocolshashableidentifiable

Read More
How to send data with Protocols and Delegate with IBAction (Button click)...


iosswiftswift-protocolsswift-class

Read More
What does it mean when no implementation is provided by the class/struct that adopts a protocol?...


iosswiftcodableswift-protocols

Read More
BackNext