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

George S-T
George S-T
6,624 Points

Can't select the custom class for the Inbox View Controller?

On the 'Adding login and sign up screens' video, he makes a new class called 'InboxViewController'. He then goes on the storyboard at clicks the Inbox table view, and selects it's custom class to 'InboxViewController'. InboxViewController isn't coming up as an option for me at all, even after refreshing the page and building.

1 Answer

Matthew Mascioni
Matthew Mascioni
20,444 Points

Hey George,

Ensure that your InboxViewController is a subclass of UITableViewController when you create it. Otherwise, try cleaning your build folder (Product > Clean).

George S-T
George S-T
6,624 Points

The cleaning worked! Thanks very much!