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

Data from ViewController to TabBarController

Hi,

i'm programming a swift app. Can any body explain me how i can pass data from an ViewController/TableViewConroller to a TabBarController/FirstViewOfTabBarController?

is your tableviewcontroller inside the tab bar controller?

1 Answer

No the tableviewcontroller is not part of the tab bar. I won't to navigate from the tableviewcontroller to the first view of the tab bar.