Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swift-protocols

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

Generic Array of weak references to class bound protocol in Swift 4.1

How do I list the Protocols an Object Conforms to?

Default Custom Transition for UIViewController

Creating a generic UViewController initialiser

Protocol extending Encodable (or Codable) does not conform to it

see why "type does not conform to protocol" in Xcode (swift)

Populating objects from cloud records (or another external source) using a generic function

Make a swift protocol conform to Hashable

Pass a Swift class as parameter, and then call a class method out of it

Swift 3: Is there a way to cast an object to a class and protocol at the same time?