Search code examples
Protection level issues when accessing a struct within an extension...

swiftfile-permissionsswift3access-controlswift-extensions

Read More
Error claims a protocol is a generic type, but no generics are used...

swiftgenericscompiler-errorsswift-extensions

Read More
Swift 3.0: compiler error when calling global func min<T>(T,T) in Array or Dictionary extensio...

arraysswiftswift3swift-extensions

Read More
Use an extension to extend multiple classes...

iosswiftuitableviewswift-protocolsswift-extensions

Read More
How to use @objc protocol with optional and extensions at the same time?...

iosobjective-cswiftprotocolsswift-extensions

Read More
How to create several cached UIColor...

swiftuicolorswift-extensions

Read More
UIView extension with optional properties...

swiftuiviewswift-extensions

Read More
Importing only specific extensions from a module...

swiftmoduleswift-extensions

Read More
Subscript Dictionary with String-based Enums in Swift...

swiftgenericsdictionaryenumsswift-extensions

Read More
Swift - Invoke Custom Delegate Method...

iosswiftdelegatesswift-protocolsswift-extensions

Read More
In Swift, can you write an extension which returns a typed instance of the class the extension is on...

swiftcastingswift-extensions

Read More
Protocol extension in Swift 3...

iosswiftswift-protocolsswift-extensions

Read More
Swift read private property from a .m file...

objective-cswiftreflectionswift-extensions

Read More
Create generic extension for Int, Double, CGFloat...

swiftswift-extensions

Read More
Derive type for extension's static func...

swiftgenericsswift-extensions

Read More
Swift extension of a class ONLY when it conforms to a specific protocol...

iosswiftuiviewcontrollerswift-protocolsswift-extensions

Read More
UIButton Extension For UIBarButtonItem...

iosswift3uibuttonuinavigationitemswift-extensions

Read More
Swift: Extend Array with generics method with namespace...

genericsswift3swift-extensions

Read More
Generic Extension to Array Not Working...

swiftgenericsswift-extensions

Read More
Swift generic extension for an array in array...

swiftgenericsswift-extensions

Read More
Swift Array extension with where clause doesn't work on sub-protocols...

swiftswift-extensionsswift-protocols

Read More
Issue in rotating UIImage - IOS/Swift...

iosswiftrotationuiimageswift-extensions

Read More
Struggling to understand the code - which tries to return the decimal digit 'n' places in fr...

swiftswift-extensions

Read More
An extension hides a property that I want to access. Workarounds?...

iosswiftswift-extensions

Read More
How to pass variables from a class to an extension of an object that the class is using?...

iosswiftswift-extensions

Read More
Extension of Array of FloatingPoint Elements in Swift 3.0...

swiftfloating-pointswift3swift-extensions

Read More
Why should not directly extend UIView or UIViewController?...

swiftprotocolsswift-extensionsprotocol-oriented

Read More
Extending Collection with a recursive property/method that depends on the element type...

swiftgenericsrecursioncollectionsswift-extensions

Read More
Self.Type cannot be directly converted to AnyClass in extension to objective-c class in swift...

iosobjective-cswifttype-inferenceswift-extensions

Read More
UIImage Resize Extension...

swiftswift-extensions

Read More
BackNext