I defined an objective-c protocol that declares a method marked with IBAction. I have implemented a UIViewController that implements a protocol.
In the Builder interface, I created a nib file with a UIViewController as the owner of the file. However, the protocol method does not appear in the Received Actions section, although it is marked as IBAction.
I assume the protocol methods are not visible in Interface Builder. It's right? Thank.
source
share