Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swift-protocols

How do I expose a private class method of an Objective-C object using protocols in Swift?

Need to satisfy Swift protocol requirement by using a specific subclass of the requirement (or type that conforms to it)

Swift: Failed to assign value to a property of protocol?

How to define variable with type of Codable?

IBOutlet in protocol implementaion

Default associatedType using protocol extension

conforming to Sequence and IteratorProtocol in Swift

Redeclaring members in an extension hides the original member *sometimes*. Why?

Compare Swift Enum types ignoring associated values - generic implementation

swift enums swift-protocols

What is the proper way to reference a static variable on a Swift Protocol?

Value of type 'X' has no member 'y' - optional func in protocol

swift swift-protocols

How to make struct and typealias conform to @objc

swift swift-protocols

How to make protocol associated type require protocol inheritance and not protocol adoption

How to check conformance to protocol with associated type in Swift?

Reading static var from protocol extension instance method

swift swift-protocols

EXC_BAD_ACCESS when trying to call function on prototype

swift swift-protocols

Make swift class conform to protocol - at static/class level

Swift protocol with associatedtype (ambiguous for type lookup)

Implementing UITableViewDataSource protocol in two different classes