Oh my god dude.. really.... I was so very interested in your content and wanted to hear what you had to say but for GODS SAKE HOLD THE SCREEN STILL! :o) Is it really necessary to sketch out and shake the shit out of the screen like that? I'm just learning programming and like to actually SEE what is being typed.
You know it would make a world of difference if we could see the whole screen at once and not have to try and track the mouse with this low frame rate :)
If anyone is interested in learning via Real Tutors who teach you through Videos and Private one-on-one sessions, check out the team and courses offered over at EDUmobile. ORG(Remove space)
Agreed. This guy has by far the best explanations and the best voice of all the iPhone tutorials I've seen on YouTube, but I can't watch because all the jumping around almost send me into seizures. Sucks for me, because he's a good teacher, but everything's ruined by the screencast software.
finally someone that can teach!! Keep up the good work. You make it so I can understand it in laymen terms. You are a lot of help. Now if I can learn the the code and the syntax I will have it..
XCode. You can only use XCode to program for the iPhone as far as I know, at least, that's all you would want to use. The programming language is Objective-C
Declaring a class/function in a .h (header) file then implementing/initializing it in a .m (source) file isnt really unique to Obj-C. Its common practice among most OO languages.
I heard you mention actionscript. I'm a programmer that just loved working with Flash/Actionscript. I've also got experience with C++, Java, and that kind of stuff. Is developing in the iPhone pretty easy to pickup?
If you know Actionscript and Java then you will have a handle on the basics of programming, but be aware that the Objective-C syntax is VERY different from what you are used to. It took me a long time to get used to it. I found the learning curve very steep at first but once you figure out what works developing for the iPhone can be done very quickly.
It is a great tutorial but I can see anything and also your video is too shaky! Can you show us the menus and submenues so we know what you are working with? and do not move the file back and fort!!!! The idea is to teach? well I can not teach if I past a book infront of your eyes and not hold it so you can read right?
Can't see any of the code. When you say, "I'm just going to copy this..." and then you paste it, I have no clue what you pasted. Without this info this was not helpful.
Hey is there any way you can put the actual code you used in the info box, i cant see the text from the ibaction or the spacing or anything like that, otherwise great vid, i hope you come out with more...
I could not add the source code here since Youtube will not allow responses greater than 500 characters. I will post the source files sometime next week.
Hello.. Can I make my own backgrounds and buttons using vector images I've created in adobe illustrator?
schoolhouserockgirl 9 months ago
drag touch up inside to what?the only thing i can drag to is the First Responder?
flutep 11 months ago
@flutep I think you forgot to specify the class in the View Identity tab. You should set it to the name of the view controller class of your project.
bugzilla2001 11 months ago
Too much moving. You have a wonderful voice, but the capture is making me dizzy!
TheDisneyteach 11 months ago
good video but you have zoomed in too much and your windows moves lot, which makes really hard to follow.
thindteam1 1 year ago
Wow...that is the worse tutorial I have ever seen!
xHeARTtHroBx 1 year ago
my face= :O <(huh?)
JHrockfan 1 year ago
Great content , terrible capture
lairdpowell 1 year ago
Your shit is NOT helping my hangover. Don't attach screen capture to your mouse!
staticfive 1 year ago
Oh my god dude.. really.... I was so very interested in your content and wanted to hear what you had to say but for GODS SAKE HOLD THE SCREEN STILL! :o) Is it really necessary to sketch out and shake the shit out of the screen like that? I'm just learning programming and like to actually SEE what is being typed.
gammadaddy 1 year ago
horrible camera
xmiztlix 1 year ago
You know it would make a world of difference if we could see the whole screen at once and not have to try and track the mouse with this low frame rate :)
paintballengineer 1 year ago
if i have two buttons how do i tell the ibaction that i want to handle button1 or button 2 click??
ulsaguy 1 year ago
best vid on the topic, thanks!
koya25555 1 year ago
Excellent, easy to understand video.
Well done and keep up the good work!
Borialis 2 years ago
If anyone is interested in learning via Real Tutors who teach you through Videos and Private one-on-one sessions, check out the team and courses offered over at EDUmobile. ORG(Remove space)
rathodkk 2 years ago
great teacher. thanks.
TheMcCheek 2 years ago
Awesome tutorial....BUT I'm getting SEA SICK :-( It's like watching Blair Witch Project all over again!
ebbertgepner 2 years ago
I would like to say. "Good, easy to understand video. You are a good teacher."
Please find some different capture software. It was making me dizzy and hard to read the screen.
Keep up the good work!
GoodManInCNY 2 years ago 12
Agreed. This guy has by far the best explanations and the best voice of all the iPhone tutorials I've seen on YouTube, but I can't watch because all the jumping around almost send me into seizures. Sucks for me, because he's a good teacher, but everything's ruined by the screencast software.
greggriffith 1 year ago
finally someone that can teach!! Keep up the good work. You make it so I can understand it in laymen terms. You are a lot of help. Now if I can learn the the code and the syntax I will have it..
RandyByers 2 years ago
Hi, what program are you using here, Visual studio? and what language?
naturesaved 2 years ago
XCode. You can only use XCode to program for the iPhone as far as I know, at least, that's all you would want to use. The programming language is Objective-C
bugzilla2001 2 years ago
@bugzilla2001 There are some other ways, one of which was the CS5 suite. And there is also Titanium.
TTIceifier 1 year ago
its in macintosh only, its called
"xcode" downloaded by getting the "iphone sdk"
its in the language COACOA
its a form of c
skwerl23 2 years ago
This has been flagged as spam show
@naturesaved You are hopeless.
dannyerisse 1 year ago
what is the easiest way to modify the list options on a Picker View on interface builder? thanks
dbflyboy917 2 years ago
when i click "file's owner" nothing happens and i can't get that window that you have up at 4:16. any help?
steelkid43 2 years ago
How can I make it so that the words entered into console ("Hello") appears on the screen of the iPhone app?
d4v1dm0rt 2 years ago
I know that you're trying to fit all that within a small window, but continuously panning the screen around is annoying. No offence.
pukavita 2 years ago
Declaring a class/function in a .h (header) file then implementing/initializing it in a .m (source) file isnt really unique to Obj-C. Its common practice among most OO languages.
keeganbakker 2 years ago
can someone make an App ....flipping the bird at someone ,,i am trying
facebook234 2 years ago
how do you link a button to another window?
ApplePhenom 2 years ago
I heard you mention actionscript. I'm a programmer that just loved working with Flash/Actionscript. I've also got experience with C++, Java, and that kind of stuff. Is developing in the iPhone pretty easy to pickup?
schreck425 2 years ago
If you know Actionscript and Java then you will have a handle on the basics of programming, but be aware that the Objective-C syntax is VERY different from what you are used to. It took me a long time to get used to it. I found the learning curve very steep at first but once you figure out what works developing for the iPhone can be done very quickly.
bugzilla2001 2 years ago
It also helps if you explain why you use or type something other than just saying what you type out.
kingmike40 2 years ago
-(IBAction)clickMe:(idsender);
printf("hello");
thats what i have for the .m whats wrong w/ that i cant see what you write on the screen
comedyjake 2 years ago
You have not created the method correctly. You forgot to enclose it in brackets like this:
-(IBAction)clickMe:(idsender){
printf("hello");
}
bugzilla2001 2 years ago
Shouldn't it be
-(IBAction)clickMe:(id)sender {
printf("hello")
}
kingmike40 2 years ago
- (IBAction)ClickMe:(id)sender; {
printf("hello!!!");
}
vivid1234 2 years ago
can you make a zoom on your recorder i cant see very well the source you write and where you write it
comedyjake 2 years ago
cheers, apple need something like this on their site. everything on there assumes you know what the hell is going on
funkybastard 2 years ago
hahaa im with you, they got this idea that were all born with an objective-C chip inside our heads and everything is So simple.
They really need videos like this for beginners, explaining step by step.
nekbeth 2 years ago
unreadable :(
kevinwafer 2 years ago
Thanks, that was a great tutorial!
I was wondering if you had any idea of how to go about simulating a musical instrument's notes?
Do you actually have to record notes first and download it to your computer or any other way ?
liquidbluez 3 years ago
It is a great tutorial but I can see anything and also your video is too shaky! Can you show us the menus and submenues so we know what you are working with? and do not move the file back and fort!!!! The idea is to teach? well I can not teach if I past a book infront of your eyes and not hold it so you can read right?
MelGibson01 3 years ago
Ok pretty confusing for sure, good on ya for uploading these tho
15MinutesofLame 3 years ago 2
I liked the tutorial. I saw three other ones before and they were al little difficult as I lacked the basics. This tutorial helped.
jhwashere 3 years ago 2
When you can't see essential code in these tutorials they are a waste of time. very frustrating.
Thanks for making the tutorial but unreadable screens are real problem for a lot of these.
It's not worth making or downloading unless the text is readable.
1skylogic 3 years ago 3
Can't see any of the code. When you say, "I'm just going to copy this..." and then you paste it, I have no clue what you pasted. Without this info this was not helpful.
goateeguylex 3 years ago 3
Hi please could you put the code in the info box (on the right). I can't see any of the text you are writing. A really good tutorial by the way!
alexstuckey 3 years ago 6
Hey is there any way you can put the actual code you used in the info box, i cant see the text from the ibaction or the spacing or anything like that, otherwise great vid, i hope you come out with more...
nickandersonrules 3 years ago 3
I could not add the source code here since Youtube will not allow responses greater than 500 characters. I will post the source files sometime next week.
bugzilla2001 3 years ago
You haven't posted it yet.. it's useless when you can't see the code. Else it's a nice tutorial
FanOfBoundlessMP 3 years ago
type put &fmt=18 at the end of the movie to watch in stunning quiality!!
anonymous1237 3 years ago
Woah what the hell, howd u work that out, nice tip!! does this work with all vids on the tube? cheers
15MinutesofLame 3 years ago
if u upload with imovie, it lets u
helpster123 3 years ago