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 PointsI am following the video, which only shows the work on storyboard. How am I suppose to know how to code?
do I have to know how to code before this video? Then, why do I need the video?
#import "MusicViewController.h"
@implementation MusicViewController
- (void)viewDidLoad {
[super viewDidLoad];
}
@end
2 Answers
Stone Preston
42,016 Pointsthis particular course is an advanced course using objective-c, so if you have not done any iOS development with objective c before then you may want to start with a beginner course instead such as Build a Simple iPhone app with Objective-C
renato maschion
811 PointsOk, I will try that first. tks,