> On Dec 6, 2016, at 12:53 PM, David Catmull <davidcatm...@gmail.com> wrote:
> 
> I tried, writing that as @objc(action:) #selector(ClassName.action(_:)) but 
> that got an "expected declaration" error.
> 
> I also tried adding @objc(action:) to the method itself (which seems 
> redundant anyway), but that didn't help either.

The attribute has to go on the method definition. Would you be able to file a 
bug on bugs.swift.org <http://bugs.swift.org/> with your Swift and ObjC code?

-Joe
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to