Simple Xcode Tutorial

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
1,665
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Aug 14, 2009

A hello world tutorial for learning basic Objective C in Xcode

For helloworld.h:
#import Cocoa/Cocoa.h

@interface helloworld : NSObject { IBOutlet id display;
}
- (IBAction)buttonPress:(id)sender;
@end


And for helloworld.m:

#import "helloworld.h"

@implementation helloworld
- (IBAction)buttonPress:(id)sender { [ display setStringValue:@"Hello World!"];
}
@end

If you need any other help, just comment and i'll try and get back to you :)

Category:

Science & Technology

Tags:

License:

Standard YouTube License

  • likes, 1 dislikes

Link to this comment:

Share to:
see all

All Comments (5)

Sign In or Sign Up now to post a comment!
  • Plz help me man! When I try to join HelloWorld(Object) to the button it doesnt go into buttonPress it just links it to display!!! Plz help somebody! I've fallen into a pit of despair here!

  • Prob best to learn C! then Objective C the Cocoa...you need to learn the basics first !

  • THANK YOU. This gave me my first actually working mac program. I had been having a bugger of a time doing it because all hte tutorials are using a different version of Xcode, but this tutorial + a little google on what's changed, plus a littl eplaying around and it worked. I really appreciate it mate!

  • Great tutorial, it was comprehensive and to the point.

    I have very little experience in computer programming, but I wanted to get Xcode and learn Objective C. Are there any tutorial sites or books you would recommend to help me? Some people say to start with regular C code then move on to objective C, so I 'll probably go down that route.

    Any advice is appreciated.

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more