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 trialrenato maschion
811 Pointsafter 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...
#import "MusicViewController.h"
@implementation MusicViewController
- (void)viewDidLoad {
[super viewDidLoad];
}
- (void) addSong{
[self performSegueWithIdentifier: @"showAddSong" sender: self];
}
@end
2 Answers
Joshua Ferdaszewski
12,716 PointsSometimes 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
811 PointsThank you Joshua. I am not alone!.... :)