Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swift-protocols

Are we able to nest functions that return protocol types now? Or was that always the case and the documentation is wrong?

How do you implement the UIAccessibility protocol?

How to call subclass method from superclass with protocol conformance

Invalid Redeclaration of Variable in Swift Protocol Extension

swift swift-protocols

Create generic delegate for class

How do a conform to a protocol that declares property of type protocol?

swift swift-protocols

What does `override` mean in a protocol?

Can protocol be extended with function that would be defined by implementer in Swift?

How can you use weak references in Swift generic data structure typed as a protocol?

Is it possible to make an `any Protocol` conform to Codable?

How do you translate a @synthesize protocol variable in Swift?

Swift 3. Cast Any to class which conforms specific protocol

swift swift-protocols

How to call an optional function using Selector and NotificationCenter

Swift: "Type 'any Hashable' cannot conform to 'Hashable'"

ios swift swift-protocols

How to write Hashable protocol yourself in swift

swift swift-protocols

How to use a protocol with optional class methods in an extension with generic in Swift?

swift protocol extension default implementation vs actual implementation in class

swift swift-protocols