I have an Page View Controller containing two Navigation Controllers, which are embedding view controllers.
Is it possible to pass data directly from the View Controller to the Page View Controller. I want to use the delegation pattern, but I think then I am supposed to delegate to the navigation controller first which delegates to the Page View controller again. Does anybody know an less complex solution?
Thanks in advance!