Search code examples
Use of unresolved identifier in UITableViewDelegate extension...

iosswiftxcodeswift-extensions

Read More
How can I extend dictionaries whose values are dictionaries themselves?...

swiftdictionarygenericsswift-extensions

Read More
Extending a struct which is inside another struct...

swiftswift3extension-methodsswift-extensions

Read More
Access static property of protocol extension...

swiftswift3swift-extensions

Read More
Swift Extension of Array with Equatable Elements Cannot Call Index(of:)...

arraysswiftswift-extensions

Read More
How to make an extension for dictionary that allows use of the subscript with a dynamic key?...

swiftswift-extensions

Read More
Can one extend a Swift Dictionary by a struct?...

swiftgenericsstructswift-extensions

Read More
Single extension for UITextView and UITextField in Swift...

iosswiftuitextfielduitextviewswift-extensions

Read More
How can I add protocol to an element from interfacebuilder in Swift?...

iosswiftswift-protocolsswift-extensions

Read More
Can't assign the item in _ArrayProtocol...

swift3swift-extensions

Read More
Subclass an existing Swift Singleton...

iosswiftsubclassingswift-extensions

Read More
Can Swift enums be inferred and restricted generically?...

swiftenumstype-inferenceswift-extensions

Read More
How is swift allowing same method in protocol and protocol extension?...

swift3swift-protocolsswift-extensions

Read More
Declaration is on valid at file scope (UI color extension)...

xcodeswift3uicolorswift-extensions

Read More
Get values of variables defined by protocol from any VC...

iosswift2swift-protocolsswift-extensions

Read More
Swift protocol with generic types...

swiftgenericsswift-protocolsswift-extensions

Read More
Swift 3 Generic Extension Arguments...

swiftgenericsdictionaryswift3swift-extensions

Read More
How to instantiate a Type in a Type extension method?...

iosswift3swift-extensions

Read More
Parameter types not shown correctly from Swift extension...

iosswiftswift-extensions

Read More
Swift: Stored Properties in Extensions unrecognized selector exception...

iosswiftpropertiesswift-extensions

Read More
iOS: return value from NSNotificationCenter in an extension (swift)...

iosswiftnsnotificationcenterswift-extensions

Read More
Pass in a type to a generic Swift extension, or ideally infer it...

iosswiftgenericsfunctional-programmingswift-extensions

Read More
Why won't my NSColor extension see a CGColor?...

swiftextension-methodsswift-extensionsnscolorcgcolor

Read More
How to change self in NSDate extension Swift?...

iosswiftnsdateswift-extensions

Read More
How to override instance method from protocol extension in Swift?...

iosswiftprotocolsswift-protocolsswift-extensions

Read More
How to extend type that accepts generic elements of array?...

swiftgenericsswift2swift-extensions

Read More
Is it possible to add associated values to an existing Swift enum via extensions?...

swiftenumsswift-extensions

Read More
How to constrain the type of Generator.Element in a Protocol extending SequenceType...

swiftswift-extensionsswift-protocols

Read More
iOS: UIToolbar or UIView for keyboard in swift...

iosswiftuiviewuitoolbarswift-extensions

Read More
In a Swift extension, get the actual calling object?...

swiftreflectionswift-extensions

Read More
BackNext