Reputation: 29427
As the title says have you got any available resource to start developing for iPhones?
Books, Online resources, tools, development environment, pre-requisites and everything is related to iPhone programming will be good!
Thanks
Upvotes: 2
Views: 343
Reputation: 3258
I just recently started programming for iPhone as well so I can pass on the resources that have helped me immensely.
eBooks:
Tutorials:
The eBooks I have linked are both absolutely fantastic and one of the few xCode 4.0 books that I was able to find that seemed to be of an actual usable quality. They both contain easy to follow and clear tutorials on simple and more advanced aspects of programming for iOS.
Ray's site is an immensely helpful resource as it contains both a very active forum base for iOS programming in addition to a constantly growing tutorial collection as there are 4-5 people that constantly are creating new tutorials that the community votes on and suggests every week. It contains some more advanced topics than the above books and I would recommend looking at it after doing a few walk through/tutorials from the books.
You are also on a pretty good site already for clarifying questions you cannot find covered elsewhere :D
Best of luck! -Karoly
Upvotes: 0
Reputation: 1265
It depends on what your looking into doing. But the developer site always has lots of examples and all of the methods/class/references you can use.
Of course you can always post questions or search them on google/stackoverflow.
If your looking for like books, you can check out the public library. Free books for reference are always good.
Upvotes: 1
Reputation: 4678
Assuming you are a beginner, for books, this list is a good place to start
http://cocoadevblog.com/objective-c-cocoa-iphone-programming-books
Apple and Stanford have a free class in iTunes that you can download and follow along. It is taught by Apple engineers to beginners.
http://itunes.apple.com/itunes-u/iphone-application-development/id384233225
Finally apple has a wealth of reference and tutorial type information.
http://developer.apple.com/devcenter/ios/index.action
Upvotes: 2