What Is A Good Book For Programming Iphones?
I have an application i would like to write for an iphone. I have limited experience with programming. I have gotten some books but they seem to be written for people who are already familiar with the programming language.
What is a good book for learning cocoa and/or other programming essentials for the iphone?


November 9th, 2009 at 3:55 am
Since Iphone programming is relatively new, I don’t know if there are any books on it. Cocoa is just a mix of C and Objective-C, and as a Java programmer it wasn’t too hard for me to learn it. I suggest looking at the sample code and tutorials on the official Iphone developer site ( http://developer.apple.com/iphone/ ), that’s how I learned.Once you figure out how the language works, you can look at the API Refrence to learn how to do different things. If you get stuck you can look online, or you can try asking your question on the official forum: http://discussions.apple.com/forum.jspa?…
Good Luck!