Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Dane Lennon
Dane Lennon
1,840 Points

iOS views

Hi, i desperately need help in understanding how to pass data between sub views and their parent views. going both ways.

more specifically i have navigation controller, and then one screen into that navigation controller i have a sub view container with a tab view controller inside it.

how do i get data to the views inside the tab bar controller? do i need to create class files for each view inside the tab bar? do I just use prepare for segue technique?