> On Jun 6, 2017, at 6:55 AM, Ronaldo Faria Lima via swift-users > <[email protected]> wrote: > > The /perform/ method may fail if the configured class does not have it. But, > testing for the method existence by using /responds(to:)/ always return > false.
That's odd. Could you use `aClass.instancesRespond(to: sel)` instead? -- Brent Royal-Gordon Architechies
_______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
