Search code examples
how to extend a swift protocol with an extension so that classes get an implemented variable defined...


swiftswift-protocolsswift-extensions

Read More
How to add an optional string extension?...


swiftswift-extensions

Read More
How to create swift class for category?...


swiftswift-extensions

Read More
How to invalidate timer in extension in Swift...


iosswiftswift-extensions

Read More
swift5 - enum protocol - Self and self and a variable...


swiftxcodeenumsprotocolsswift-extensions

Read More
Generic `getText()` function for UI elements in Swift...


iosswiftgenericsswift-extensions

Read More
What is extension_access_modifier swiftlint?...


iosswiftaccess-modifiersswift-extensionsswiftlint

Read More
How to avoid using two extensions with the same method for 2 different classes...


iosswiftswift-protocolsswift-extensions

Read More
Swift is there a method that gives the index of a substring inside another string...


stringmacosswiftswift-extensions

Read More
How do I use extensions to extend an object's tableview's functionality from the calling cla...


iosswiftclassuitableviewswift-extensions

Read More
New stored property always returns nil | iOS Swift...


iosswiftswift-extensions

Read More
Data.subdata(in:) results in EXC_BAD_INSTRUCTION...


swiftswift-extensionsexc-bad-instruction

Read More
Accessing Swift Extension From Objective-C...


iosobjective-cswiftswift-extensions

Read More
Creating an extension to filter nils from an Array in Swift...


arraysswiftgenericsswift-extensions

Read More
How to fix `Implementation of 'Protocol' cannot be automatically synthesized in an extension...


swiftprotocolsswift-protocolsswift-extensions

Read More
Why would we use extensions?...


swiftswift-extensions

Read More
Override object method using Swift protocols and extensions...


swiftswift-extensionsprotocol-oriented

Read More
Convert NSArray to Array in extension in Swift...


swiftnsarrayflatmapswift-extensions

Read More
what is 'where self' in protocol extension...


swiftprotocolsswift-protocolsswift-extensions

Read More
Swift @IBActions in ViewController Extension...


swiftibactionswift-extensions

Read More
Swift extension of Sequence to check if an intersection exists...


swiftsequenceswift-extensions

Read More
Swift 5 Error: 'UIImage' is ambiguous for type lookup in this context...


iosswiftxcodeswift-extensions

Read More
Access Control for Swift Extensions...


swiftaccess-controlswift-extensions

Read More
Swift map(_:) extension for Set() ?...


swiftswift-extensions

Read More
Unable to make a protocol for enum...


swiftenumsswift-protocolsswift-extensions

Read More
Swift extension type constraints for generic class where generic type is yet another generic type...


swiftgenericsswift-extensionstype-constraints

Read More
Why 'there cannot be more than one conformance, even with different conditional bounds'?...


swiftgenericsswift-protocolsswift-extensions

Read More
Swift: Extension on [<SomeType<T>?] to produce [<T>?] possible?...


arraysswiftgenericsoption-typeswift-extensions

Read More
Is it safe to extend an Objective-C class in Swift with non-prefixed methods?...


iosswiftobjective-c-categoryswift-extensions

Read More
Call String extension including function written in Swift from Objective-C...


iosobjective-cswiftswift-extensions

Read More
BackNext