With the storyboard I've built one ViewController1 with an "Add" button. Click on add display a PopoverView (in ViewController2) with only a Picker within.
So my PickerView's delegate is in ViewController 2 but I want it in ViewController1... Is there a easy way to do this so ?
Thanks