I am new to storyboard. I used to make my view using code. I have a question.
I created a view controller
@interface FunctionViewController : UIViewContr
I ran into a similar issue, and though it was time consuming but creating a delegate and reusing it in multiple view controllers was a much better solution. Although that beats the whole point of 'Inheritance'.