Find the Stanford Lectures by Paul Hegarty on iTunes U. Start there. It's where I started
Did you have absolutely no programming experience before you started there? If so, was it pretty hard to follow those lectures at first? Cuz even that course has some prerequisites.
So, I want to learn to code iPhone/iPad apps, but do not know anything about coding. I would like to learn from step 1. Can anyone give me some guides, links, tutorials, etc.? I want to learn from the basics and work my way up to coding iOS apps.
Thanks!
Don't bother with the Stanford iPhone course, or any iPhone or Objective C textbook for that matter.
Learn basic programming first. Any computer language. It's typically a one full semester college course, and not an easy one. Or get a textbook and do the programming problems. Lots.
When you get though that, then learn Objective C and iOS development. Neither of them was designed as a optimal teaching platform. So learn them 2nd (or 3rd, etc.)
Alternately, you can try a book like "Objective-C Programming: The Big Nerd Ranch Guide" by Aaron Hillegass. It teaches you programming from the ground up...
"Programming in Objective-C" by Stephen G. Kochan uses a similar approach. He assumes no previous programming experience. (Stephen also is a member of these very forums.)