Objective-C Tutorial: Creating an iOS App for Absolute Beginners (Tut: 1)

preview_player
Показать описание
This video is the first video in my iOS App Development collection! This is also the second video in my Objective-C tutorial.

An introductory tutorial for beginning programmers to iOS application development! These segments of video tutorials are for those interested in learning Objective-C for iOS and Mac OS X.
These tutorials cover the foundation of the language for the beginner and then they later evolve into more advanced topics.
Рекомендации по теме
Комментарии
Автор

I don't have a mac computer so i just watch videos right now to learn because i really wanna know how to code. I've watched a few tutorials but your tutorial was the most impressing. I wish you did more videos....

Missfortunez
Автор

A small request, from next time when you make a video please do maximise the Xcode window. So, that we can see the code properly and big enough.

praneethc
Автор

Thanks so much bro. I have zero knowledge in iOS development and I have learned something from your video. Wish you can continue in making tutorial videos so it can benefit all of us. Appreciate !

yongsun
Автор

Again, perfect pace, please make more

Diprotic
Автор

can you please do more. :) really informative and educational. this is a really big help for someone like me who is just starting to make iphone apps :)

EduardoKicks
Автор

Great tutorials! Please make more, yours have been by far the easiest to follow, most interesting, and very informative. Especially helpful for a beginner like me :)

homeprojectswithaaron
Автор

dude, you have to make another video..you have to..teach us !!! your tut is one of the best on youtube.

MrHomeu
Автор

Good one, simple and clear.  Thanks Dude

CalelLek
Автор

Your tutorials are very good. I am an Accountant wanting to learn to code. I think your method of explaining helps. I have no background in coding.

funfree
Автор

Im new to this but comparing to java on Android looks easier! I will watch more videos like this! thanks

Melchi
Автор

You are Awesome man.. Great Job. Keep going..

karteekduvvuri
Автор

Good tutorial! Keep them coming please!

mrworldpeace
Автор

Your videos are really helpful, keep it up :D

MrFran
Автор

Very good videos!! :) KEEP UP The Hard work!

csumpa
Автор

Wow thank you for this helpful tutorial!

AbuSuhayb
Автор

Apple didnt do anything with alloc or init with string. you could do both. The simplier version (@"asdf") means that the string will be statically allocated during your compilation and a runtime will copy the asdf to static memory region, not to a heap. but when you call alloc, and then assign value to it, it will place it directly to a heap.

Please if you use methods, explain it to people.

antonstafeyev
Автор

Congrats on getting accepted into UT!! Your videos have been really helpful and I'm looking forward to seeing some more. I'm going to go into CS and UT Austin is one of my top choices I'm applying to this fall. How do you like UT so far?

_andrewg
Автор

I noticed that you write your methods like
-(void) methodName
{
//code
}

instead of
-(void) methodName{
//code
}

is there any way to change xcode preferences, so that the auto fill in displays it like the top one? I always found it easier doing it your way.

domoniquemarie
Автор

good tutorial I only wish you are zoomed while writing the code .

rimaibrahim
Автор

Will we learn everything about objective c app development after this series?

dhruvchaudhari