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 Adding Login and Sign Up Screens

renato maschion
renato maschion
811 Points

after passing the challenge task 2 of 2 on stage1 Designing and Starting the App, no forward arrow is enabled.

where do I continue the course? If I come back I have to answer all questions again...

MusicViewController.m
#import "MusicViewController.h"

@implementation MusicViewController

- (void)viewDidLoad {
    [super viewDidLoad];
}
- (void) addSong{

 [self performSegueWithIdentifier: @"showAddSong" sender: self];
}
@end

2 Answers

Joshua Ferdaszewski
Joshua Ferdaszewski
12,716 Points

Sometimes the site can be a little slow recognizing that you finished a challenge. You can always double check what you have completed by viewing the course and seeing what is still greyed out. I've had to redo some challenges before, always frustrating.

If you think it is a bug, send an email with a link and screenshot to help@teamtreehouse.com.

Good Luck!

renato maschion
renato maschion
811 Points

Thank you Joshua. I am not alone!.... :)