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

When I click on the assistant editor, it does not come up. A window with "No Assistant Results" is all that I see..?

I'm trying to connect a button to the assistant editor, but I cannot get the assistant editor to come up. When I click the two circles to open the assistant editor, the editor only displays "No Assistant Results." If you watch the video from 5 minutes in, this is where my issue begins..

1 Answer

Greg Kaleka
Greg Kaleka
39,021 Points

Hi Bronson,

When you have a button or label or something else inside of a view selected, usually the Assistant editor will intelligently bring up the view controller for that view. Make sure you select something in the view before hitting the assistant editor button.

That said, you can also manually change which file is open in the assistant editor. If you look right at 5:10 in the video, you'll see the two ring icon at the top of the editor and the word "Automatic". If you click that word, you can choose manual, and then choose the view controller you want to put your code in.

Let me know if you figure it out!

Happy Coding,

-Greg