I found out that in Swift 4.0 I had to add @objc in front of my extension keyword in order for the Swift extension methods to become visible by an instance of the Objc class I was extending. In short: File configuration setup: In CustomClassExtension: In READ MORE