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 Self-Destructing Message iPhone App Designing and Starting the App Introducing the Project

Humberto Sifuentes
Humberto Sifuentes
7,694 Points

How do I leave a track? I open this track for curiosity. Now I can´t return to the track I was working on.

Even if I go to the home page and I select the purple track I was working on, it just won´t open. The green track I was curious about opens instead.

InboxViewController.h
#import "UITableViewController.h"

@interface InboxViewController : UITableViewController



@end
InboxViewController.m
#import "InboxViewController.h"

@implementation InboxViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    // Add custom code below!

}

@end