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 Build a Playlist Browser with Swift Using a Navigation Controller With Segues Passing Information Between Views

Luke Telford
Luke Telford
2,931 Points

How do i create a outlet for my label?

I having a problem when it comes to creating the outlet for my label in this stage. When i go to open assistant editor no code is being shown on the right hand side like it does if i click on the main view controller. How can i fix this? i have taken a screenshot but i don't know how to attach it to here

1 Answer

Helga T
Helga T
983 Points

your assistant editor might be set to manual and not automatic. When you click on assistant editor, Check at the top to make sure your assistant editor is set to automatic.

alt text

Luke Telford
Luke Telford
2,931 Points

that was the first thing i checked, it is on automatic, i can get to it manually, would this still work?

Helga T
Helga T
983 Points

Try this : In the View -> Assistant Editor menu, there's an item called "Reset Editor". The default keyboard shortcut is Cmd-Opt-Shift-Z. It resets the Assistant View to show Counterparts.

Helga T
Helga T
983 Points

Well there is also no problem with doing it manually. But doing it automatically just makes your life easier .