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 Working With Multiple View Controllers Segues

lance samaria
lance samaria
3,642 Points

The small encircled right arrow in the Identity Inspector > Custom Class > Class is disabled?

I followed all the steps:

  1. Changed the file name in the Project Navigator to PlaylistMasterViewController.swift
  2. Changed the class name from ViewController: UIViewController to PlaylistMasterViewController: UIViewController
  3. Changed the name in the Identity Inspector using drop down menu > PlaylistMasterViewController
  4. Command + Build
  5. Product > Clean
  6. Command + Build again

I also completed the same exact steps when I created the PlayListDetailViewController

However when I run the app it still works but when I stop it and go to the identity Inspector and press the encircled right arrow next to the name it doesn't take me to the associated PlaylistMasterViewController file (nor the other file) -nothing happens.

What's the problem?