Originally posted by Conveyy
I am VERY new to programming but it's always something I find fascinating. I want to learn how to program iPhone apps, specifically games. Can someone here give me some starting tips as to what language I need to learn and just give me general information like that. Also if anyone has some spare time and wouldn't mind getting on Skype and working together to help me learn. Thanks! +Rep for all help.
Well first and foremost to develop anything for iOS you're going to need an Apple Developer license. Those run about $100. In regards to the programming language you'll need to learn Objective C, and you can use C for some classes, so that's always a good language to learn.
In regards to learning the languages, their syntax is easy to learn and understand. And in my opinion you'll need some time to learn the Cocoa Touch API and it's frameworks. I'd recommend learning all the frameworks and I'm unsure what you'll find in a Google search. And no, I will not and do not have any intentions on leaking documents from Apple's developer section.
And last but not least OpenGL ES 2.0 since it's mostly graphics oriented and related to games. Feel free to PM me if you have any questions. I'll try and reply as soon as possible.