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

I 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?

MusicViewController.m
#import "MusicViewController.h"

@implementation MusicViewController

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

@end

2 Answers

Stone Preston
Stone Preston
42,016 Points

this 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
renato maschion
811 Points

Ok, I will try that first. tks,