I have created a custom uiscrollview and want an action on the uiscrollview to trigger a segue. I realise that all controls that trigger a segue have a "triggered segues" section in their connections inspector.
- (IBAction)startSegue....
In the .h file fits under the "Received Actions" section, is there a way to programmatically create a connection under the "triggered segues" connection to enable a custom class control to act as a connection for a segue?
Thanks D