mluton / EmbeddedSwapping

Demonstration of how to make a custom container view controller manage multiple child view controllers using storyboards.
MIT License
208 stars 30 forks source link

Add button in container #17

Open PatrickRguez opened 7 years ago

PatrickRguez commented 7 years ago

HI There!

I´m trying to include a button inside of FirstViewController view. I add the button in the storyboard but when I create the action to print anything, it doesn´t work. I only can use elements of ViewController and I can´t use anything of this view. Buttons, scrolls... How can I send the delegate? I want to use FirstViewController, not remain with ViewController

Thank you very much