Storyboard, drag link to an IBAction from a container view to the parent
问题 Here's a trivial VC called Club Club has a function: @implementation Club -(IBAction)clickMe { NSLog(@"Whoa!"); } @end Now regarding ButtonA . Obviously in Storyboard you can drag from ButtonA to the function "clickMe" in "Club". Now. Regarding ButtonB. Is there any way, in Storyboard, to drag from ButtonB , to "clickMe" in "Club"? Perhaps using the mysterious "object" objects, or ... ?? Note that, obviously, you can make a class for the small view, and have a function: @implementation