CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
swift-protocols
09-05
database
Get "self" of protocol with associated type
09-03
Software design
How to create a Protocol in a Package without requiring Variables to be implemented Public?
08-15
OS
How to add default implementation using generic protocol extension?
08-11
Net
swift protocol method when associated meets a constraint
08-04
Software design
Accept a set of types in Swift
07-28
Software engineering
Is it possible to make an `any Protocol` conform to Codable?
07-24
Back-end
When declaring static variable for conformance to AdditiveArithmetic, cannot call instance member fr
06-25
Software engineering
Swift Generics/Opaque Types: trying to use protocol conformance to convert between types in a generi
06-11
database
Using array of swift generics in method with swift5
06-01
database
Default initializer in protocol
06-01
Mobile
Why does associatedtype not conform to protocols defined in its constraining protocol?
03-25
Mobile
SwiftUI - Best pattern to simplify a view init() that's the same across different views
03-25
Mobile
How to write Hashable protocol yourself in swift
12-26
front end
Return Class conform to protocol
12-23
Blockchain
Swift Collection API: extend with a computed variable: type error
12-16
Enterprise
How can I register protocol types as types involved in JSON decoding?
11-29
Blockchain
Typecasting to Generic class in Swift
11-07
database
Protocol method requirement - allow method parameter to be replaced/overriden by conforming type?
10-21
OS
Why I can not access member of generic in swift
10-11
Software engineering
Some Problems about Opaque Return Type and Protocol with associatedtype In Swift
09-29
Blockchain
Make a list of Structs conform to a protocol SwiftUI
09-26
Net
Swift: Set protocol's associated type in argument / member variable
09-22
Mobile
How to resolve colliding protocol names in Swift project
09-17
front end
enum with same type as protocol method
Links:
CodePudding