Closed pardnoj closed 10 years ago
Sorry for the really delayed response. I created a branch which demonstrates how to use protocols and delegates and pass data from the outer most view controller to the embedded view controllers. The ContainerViewController
feels a little weird now though since I'm setting the delegate in a couple of different places. But it should be enough to help you get going down the right path if you're not already.
Just wanted to say thanks. This helped me a ton! :+1:
I appreciate the positive feedback. Glad it helped!
I am trying to pass data from my view controller to child view controllers via container controller. How can I do that?