Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swift-protocols

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

Passing a Swift protocol to an Objective-C pointer

protocol extension, does not conform to protocol

'let' property may not be initialized directly; use "self.init(...)" or "self = ..." instead

Compare 2 structs/Objects implement the same Protocol?

Extend UICollectionViewDataSource Protocol to add default implementations

Custom UIView for an UIViewController in Swift

Swift Protocol Function: returning the same type of conforming class

swift swift-protocols

Cannot declare a public protocol extension with internal requirements