@objc protocol AttachmentCellDelegate : NSObjectProtocol {...} always fails

Moving from Swift 2 (working) to Swift 3. Program compiles but never gets to protocol function presumably because the protocol is not satisfied???

Replies

AttachmentCellDelegate
isn’t an Apple thing. Please post some snippets that show how it is defined, and how you’re attempting to satisfy it.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"