Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > Community Center > Off Topic

Reply
 
LinkBack Thread Tools Display Modes
Old 07-12-2011, 04:53 PM   #1 (permalink)
Registered Member
 
Join Date: Apr 2011
Location: Kentucky
Posts: 279
Newbie123 is on a distinguished road
Default How did you start out learning Objective C?

I was just curious on how you learned Objective C.

Personally, It is impossible for me to learn by reading. You could hand me every book on programming in the world, and I'd never get anywhere. I'm not that type of person. Instead, I have to learn by watching videos. At the same time, I MUST be doing what the person in the video is doing.

When I was just starting out, I watched all iOS programming-related videos on Lynda.com (I got the 7 day trail, and downloaded them all with an Addon). I had my MacBook Pro connected to my 25" Monitor, and my PC to my 20". On the 20" was the video, and on the 25" I was doing what the person in the video was doing. I went through every lesson, one-by-one. At the end of every chapter, I made an App using the skills I learned from that chapter.

I also took notes (Yes, I can read notes, just not books), on EVERYTHING. Example: Creating a string. I looked back to these notes while working on Apps. Eventually, I learned everything. I learned as I kept going.

How did you guys start out?
Newbie123 is offline   Reply With Quote
Old 07-12-2011, 09:52 PM   #2 (permalink)
Registered Member
 
Join Date: Jun 2011
Posts: 57
mihaipruna is on a distinguished road
Default

I found a good free manual on the web, wish I remembered it's name, but try googling and it should pop up
mihaipruna is offline   Reply With Quote
Old 07-12-2011, 10:14 PM   #3 (permalink)
Just helping out.
 
Domele's Avatar
 
Join Date: Feb 2011
Posts: 2,565
Domele is on a distinguished road
Default

I just followed the Nike slogan, just do it.
Domele is online now   Reply With Quote
Old 07-13-2011, 12:47 AM   #4 (permalink)
Registered Member
 
Join Date: Jan 2009
Posts: 261
vbovio is on a distinguished road
Default

I learned Obj C on my day job, I did read and practice with a book by Aaron Hillegass from Big Nerd Ranch, that and being couched by a coworker.
Books, examples at Apple docs, forums and mailing lists helped me learn quickly.
__________________
BovioSoft Games
vbovio is offline   Reply With Quote
Old 07-18-2011, 06:12 AM   #5 (permalink)
Registered Member
 
Join Date: Jul 2011
Posts: 7
talbo001 is on a distinguished road
Default

I already knew C++, so learning C++ was not too difficult. I purchased Programming in Objective-C by Stephen Kochan and am still reading it today. I have yet to master Objective-C, but I know enough to make simple applications.
talbo001 is offline   Reply With Quote
Old 07-18-2011, 02:34 PM   #6 (permalink)
Registered Member
 
Join Date: Jul 2011
Posts: 21
Adil_96 is on a distinguished road
Default

Haha, we share a lot in common... I also could not read a darn thing, so I relied on tutorials. However, I have first learnt C++ via tutorial, then Objective-C
Adil_96 is offline   Reply With Quote
Old 07-18-2011, 03:38 PM   #7 (permalink)
Registered Member
 
Join Date: Jan 2011
Posts: 154
Bobarino is on a distinguished road
Default

Video tutorials helped me start out and will always be good, and now that I have stuff down, I can actually read (I know, impressive)
Bobarino is offline   Reply With Quote
Old 07-18-2011, 04:04 PM   #8 (permalink)
Registered Member
 
Join Date: Apr 2011
Posts: 136
Allah is on a distinguished road
Default

Quote:
Originally Posted by talbo001 View Post
I already knew C++, so learning C++ was not too difficult. I purchased Programming in Objective-C by Stephen Kochan and am still reading it today. I have yet to master Objective-C, but I know enough to make simple applications.
Errrr, what?

Instead of following a set pattern laid out in tutorials (which didn't work for me) I decided that the easiest way for me to learn was to attempt to piece together my own app, using my little ObjC knowledge and whatever resources I could find.

This was unsuccessful, but I did learn a lot about how things work, and this has spurred me on to try again.
Allah is offline   Reply With Quote
Old 07-21-2011, 05:30 PM   #9 (permalink)
Reading the Documentation
 
baja_yu's Avatar
 
Join Date: Sep 2010
Location: 45.255019,19.844908
Posts: 5,414
baja_yu has a spectacular aura about
Default

I watched about a dozen videos from WWDC 2010, but that was too slow a pace and too broad, though I did learn some basic concepts. I then moved to reading the guides in the Documentation:

Objective C Programming Language
Human Interface Guidelines
iOS Technology Overview
iOS Application Programming Guide
Memory Management Guide

and so on. Though I do have a lot of programming background before taking on ObjC.
baja_yu is offline   Reply With Quote
Old 07-26-2011, 09:28 AM   #10 (permalink)
Registered Member
 
Join Date: Mar 2011
Posts: 22
Trybius is on a distinguished road
Default

I avoided Obj-C as much as possible.
I built a simple wrapper and some glue to connect to various singleton ObjC systems, and coded everything else in C/C++.

Although it helps we don't use any of the UIKit etc, we use a OpenGL view and use our own widgets etc.
Trybius is offline   Reply With Quote
Old 07-26-2011, 11:29 AM   #11 (permalink)
Registered Member
 
Join Date: Sep 2010
Posts: 19
aca94 is on a distinguished road
Default

I have been learning Objective C at school for some time. I'm 17.
Then I moved to Apress book "Beginning iPhone 4 Development" and learned a lot of things there.
And when I moved to work on my first app, I had a great knowledge.
Everything is possible when you interested in programming.
You can see my app in signature.
__________________

Creator of apps Eye Dots & Sound Toy
aca94 is offline   Reply With Quote
Old 07-27-2011, 06:21 PM   #12 (permalink)
Super Moderator
 
Join Date: Oct 2009
Location: San Diego, CA
Posts: 1,586
JasonR is on a distinguished road
Default

I'd been programming long enough that I just took one of Apple's sample projects, and turned it into an app. I can't recommend it for most people, but if you learn fast, it is one way to go. ObjectiveC was just close enough to C/C++ that I had a workable prototype pretty quickly.
__________________
My development blog: http://jrinn.com
JasonR is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 469
15 members and 454 guests
baei1024, ChrisYates, coolman, David-T, Domele, iAppDeveloper, jbro, Kieren Harrold, mer10, Raphael Rivas, revg, SLIC, solardrift, taylor202, usernametaken
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,685
Threads: 94,132
Posts: 402,934
Top Poster: BrianSlick (7,990)
Welcome to our newest member, merlynpc45
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 11:14 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0