Search code examples
Overriding methods in Swift extensions...


swiftswift2swift-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
'let' property may not be initialized directly; use "self.init(...)" or "self...


swiftgenericsinitializationswift-protocolsswift-extensions

Read More
Swift extension of generic type that is Optional...


swiftgenericsswiftuibindingswift-extensions

Read More
Swift - How can I override an extension method in a concrete subclass...


iosswiftaccess-controlswift-extensions

Read More
Extend array types using where clause in Swift...


swiftgenericsswift2swift-extensions

Read More
BackNext