Search code examples
Overriding methods in Swift extensions...

swiftswift2swift-extensions

Read More
Bold part of an attributed string using a Swift Extension...

swiftswift-extensionsnsmutableattributedstringattributedstring

Read More
Why would we use extensions to a protocol?...

swiftswift-extensions

Read More
How to determine concrete type in extension?...

arraysswiftswift-extensions

Read More
Infinite Loop Issue with Static Operators in Swift Extensions (Learning Purposes)...

swiftadditioninfinite-loopmultiplicationswift-extensions

Read More
Redundent extension for protocol conformance in Swift...

swiftinitializationprotocolsswift-extensions

Read More
Return instancetype in Swift...

swiftswift2swift-extensions

Read More
How to override a protocol's default method behavior of a 3rd party library?...

swiftoverridingswift-protocolsswift-extensions

Read More
Restrict extensions on a type in Swift?...

swiftswift2swift-extensions

Read More
Shared file between app extension and main app...

iosswiftswift-extensions

Read More
Set (Collection) - Insert multiple elements...

iosswiftsettuplesswift-extensions

Read More
How do I create an init method for a struct which is only visible in tests?...

swiftswift-extensions

Read More
Dictionary Extension that Swaps Keys & Values - Swift 4.1...

swiftfunctiondictionaryswapswift-extensions

Read More
Cannot use Array initializer in an extension function for an array type in swift...

swiftswift-extensions

Read More
Referencing instance method 'xxx' on 'PrimitiveSequence' requires the types 'A&#...

swiftrx-swiftswift-extensions

Read More
Dependency Injection in Protocol/Extension...

swiftswift-protocolsswift-extensions

Read More
How does one declare optional methods in a Swift protocol?...

iosswiftoptional-parametersswift-protocolsswift-extensions

Read More
Generating unique ids for each implementor of a protocol...

swiftprotocolsuniqueidentifierswift-extensions

Read More
Is it possible to Extend functions in swift...

swiftasynchronousasync-awaitswift-extensions

Read More
How to get min value from Integer Enum...

swiftenumerateswift-extensions

Read More
Can I extend Tuples in Swift?...

swifttuplesswift-extensionsswift-protocols

Read More
How to make hours and minutes of Swift's DateComponents comparable if not this way?...

swiftalgorithmswift-extensions

Read More
Providing default instance arguments for (recursive) extension in Swift...

swiftalgorithmswift-extensions

Read More
Why does my custom class not recognize swift extensions? (i.e. String)...

swiftswift-extensions

Read More
Extension for UIColor with custom colors it is real?...

iosswiftuicolorswift-extensions

Read More
Swift extension - Constrained extension must be declared on the unspecialized generic type 'Arra...

iosswiftcollectionsswift-extensionstype-alias

Read More
What is the scope of extensions in swift?...

swiftswift-extensions

Read More
Optional extension for any types...

swiftgenericsoption-typeswift-extensions

Read More
How to make a proper reactive extension on Eureka SelectableSection...

swiftrx-swiftreactiveswift-extensionseureka-forms

Read More
Dynamic dispatching protocol extension doesn't work multiple targets...

swiftswift-protocolsswift-extensionsdynamic-dispatchswift-modules

Read More
BackNext