Wow, 2012 all with the Xcode 4.2.1 and Lion, and this is so far the BEST INTRODUCTION video I had ever seen, I can program in all kind of PC languages including C and Java, but Xcode is so hard to learn from zero without an explanation of the most simple things, thank you so much!
Thank you for making this video. I watched about a dozen others and this is the first one that actually helped me get started with xCode. You're awesome man.
@ipodpro100 You cannot get Xcode for Windows (PC). If you have a Mac, you can get Xcode for free, but you cannot submit your applications to the app store without a payed developer account. A payed developer account costs $99 a year.
Hi, this might seem like an amateur question but if I were making a program that performs a several part calculation or a program that loops. Is there an easy way of assigning a key (such as q) to quit the program at any time? Thanks :)
@labratbum It is, I forgot to mention it's in C. I was more thinking of integrating an option of quitting the program at any time. The only reason why I don't currently use a newer language is that C programming is part of my engineering course. :)
Hi man! Really liked ur tutorial. I also want to start programming like you, but how did you start?? Did you watch a lot of tutorials or did u follow a course? Thanks
Hey man, do you know how I can customize a drop down box? I'm trying to customize the drop down box when I hold down control and click on an icon. Thanks.
umm dude... reeaaaally nice vid... but as you said from the begging of the vid i need to watch your other programing lessons first to fully understand this one.... may u give me the name of the first vid i should watch... thnx :)
no I don't listen to that much music. And this tutorial is for beginners. In iPhone programming, I will show how to type out the interface, since that is what I do.
It looks like appController isn't in your XIB file. I think you may have been dragging from File's Owner or Font Manager. Remember to drag the blue box on and set it's class to AppController.
yes i know, i didnt save the interface builder, but i got a NSObject and named it AppController, i drag it there but the only option is "delegate", i do not get the option buttonClicked, i don´t know why...
You may need to save it, quit interface builder, then open again. Remember to replace the text that says NSObject with AppController. I don't know why else it doesn't work. Maybe use screenflow and record exactly what you are doing then upload it to youtube, or we can screenshare if you want.
source code would be useful
NontoxicRadiation 1 week ago
Wow, 2012 all with the Xcode 4.2.1 and Lion, and this is so far the BEST INTRODUCTION video I had ever seen, I can program in all kind of PC languages including C and Java, but Xcode is so hard to learn from zero without an explanation of the most simple things, thank you so much!
RyuuzakiJulio 2 weeks ago in playlist Machead101
OMG!! I thought he was a girl! WTF?
leonardodakuhne 1 month ago
what is the problem?
TheKJinator 1 month ago
in the line [label1 setStringValue:0"hello"]; i get an error that says Expected "]" before string constant
TheKJinator 1 month ago
Thank you for making this video. I watched about a dozen others and this is the first one that actually helped me get started with xCode. You're awesome man.
BigBrightBlueBox 4 months ago
@ipodmacguru It's free if you have a mac
if you have a pc it's $100 a month I believe
ipodpro100 5 months ago
@ipodpro100 You cannot get Xcode for Windows (PC). If you have a Mac, you can get Xcode for free, but you cannot submit your applications to the app store without a payed developer account. A payed developer account costs $99 a year.
macheads101 5 months ago
Comment removed
ash0068 6 months ago
@jcadlols I tried to include some C code that I wrote to demonstrate it, but youtube won't let me.
labratbum 8 months ago
@jcadlols That's already there, try running any program and pressing ctrl-c while it's running.
labratbum 8 months ago
Hi, this might seem like an amateur question but if I were making a program that performs a several part calculation or a program that loops. Is there an easy way of assigning a key (such as q) to quit the program at any time? Thanks :)
jcadlols 8 months ago
@jcadlols Sounds like a CLI program, if so, use Ctrl-C.
labratbum 8 months ago
@labratbum It is, I forgot to mention it's in C. I was more thinking of integrating an option of quitting the program at any time. The only reason why I don't currently use a newer language is that C programming is part of my engineering course. :)
jcadlols 8 months ago
Mine doesnt work. did the same steps doesnt work.
DediPianoKingS 8 months ago
Hi man! Really liked ur tutorial. I also want to start programming like you, but how did you start?? Did you watch a lot of tutorials or did u follow a course? Thanks
PorscheMan007 1 year ago
@TheJazzMan13 what Mac OSX are you runnin' on?
misterl1am 1 year ago
I'm having trouble converting the button to an ns text field please help
reedtheking 1 year ago
Hey man I cant link the button to the app control?
reedtheking 1 year ago
@reedtheking Me neither. When I ctrl drag the button to the app controller nothing happens :/
milansmartX 1 year ago
@reedtheking Me neither. When I ctrl drag the button to the app controller nothing happens :/ please help us
milansmartX 1 year ago
@ipodmacguru yup.
macheads101 1 year ago
WOW. Visual Studio is soooo much more basic and better ;O
But Xcode still rock's though
123halo97 1 year ago
Hey man, do you know how I can customize a drop down box? I'm trying to customize the drop down box when I hold down control and click on an icon. Thanks.
sodedit 1 year ago
which other video do i watch before this to understand this one
MrPE1997 1 year ago
umm dude... reeaaaally nice vid... but as you said from the begging of the vid i need to watch your other programing lessons first to fully understand this one.... may u give me the name of the first vid i should watch... thnx :)
Rayes008 1 year ago
WTH is Xcode
I Cant find it on my Mac
TheJazzMan13 2 years ago
i have a video on installing it. search this on youtube
Summer Agenda / Installing Xcode.
macheads101 2 years ago 3
LOL YOU HAVE TO DOWNLOAD IT JACK ASS
MsThaboy 2 years ago
@TheJazzMan13 Dumb Hoe Ass Faggot Ass Bitch Ass Nigger Ass Homo Ass Asshole Ass Dick Weed Ass Bitch.
Word to your mother.
TheGarrettWeems 11 months ago
@TheJazzMan13 thats because it doesn't come on your mac you need to download it
Platerpus7 2 months ago
which app do u use to create apps?
xxbajularoxxx 2 years ago
this is Xcode. Watch my video called:
Summer Agenda / Installing Xcode
to learn how to install Xcode.
macheads101 2 years ago
Dude, you call that hard? I thought I saw you choosing buttons.
However, great tutorial!
As a fan of your vids, I have a totally unrelated question. Do you listen to great bands like the jonas brothers?
guerrald 2 years ago
no I don't listen to that much music. And this tutorial is for beginners. In iPhone programming, I will show how to type out the interface, since that is what I do.
macheads101 2 years ago
In the next lesson I show pointers. This will confuse most people.
macheads101 2 years ago
what's your technique?
parkertruesdell 2 years ago
just the layer by layer.
macheads101 2 years ago
why do you have so many rubik's cubes in your room?
parkertruesdell 2 years ago
I like them, I'm really good my record is like 45 seconds.
macheads101 2 years ago
what happens, when i try to drag the Button to the AppController, I dont get any menu, and the only time y¡i got one, just said: Oulets delegate
what i need to do to get the buttonClicked option?
its different ifci have an ISO keyboard?
thetechroom 2 years ago
Ok, send me the Xcode project, I want to look at your code and make sure it's correct.
macheads101 2 years ago
ok,thanks!
thetechroom 2 years ago
Ok working on it now.
macheads101 2 years ago
It looks like appController isn't in your XIB file. I think you may have been dragging from File's Owner or Font Manager. Remember to drag the blue box on and set it's class to AppController.
macheads101 2 years ago
yes i know, i didnt save the interface builder, but i got a NSObject and named it AppController, i drag it there but the only option is "delegate", i do not get the option buttonClicked, i don´t know why...
thetechroom 2 years ago
You may need to save it, quit interface builder, then open again. Remember to replace the text that says NSObject with AppController. I don't know why else it doesn't work. Maybe use screenflow and record exactly what you are doing then upload it to youtube, or we can screenshare if you want.
macheads101 2 years ago
in [label1 setStringValue:0*hello*]; the 0*hello* does not appear red, is the spelling correct or something wrong
thetechroom 2 years ago
As the method indicates you should be adding a string value, strings are declared without a variable by just adding @"My string"
Insted of the '*' & the '0' I think you probably are just confused.
jaspers22 2 years ago
Yes you do @"hello", they are quotes, not stars, and it is @ not zero.
macheads101 2 years ago
jeez man, do you do this in your school? If so, what school do you go to? Man, I wish i can be as smart programming as you!!
gyozaz64 2 years ago
I teach most of it to myself.
macheads101 2 years ago
your the best and very smart.
TheVmware 2 years ago
Thank you.
macheads101 2 years ago
You are very smart! You should go to MIT! Thanx! 5 Stars.
SuburbianKnights 2 years ago
Thanks man!
macheads101 2 years ago