Search code examples
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
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
BackNext