First of all, I have recorded and shared some of the most commonly used Web links I've collected in my self-study.
Go straight to the chase:
1-stack Overflow
http://stackoverflow.com/
This is similar to the foreign Baidu know the site, but focus on the answer program development related issues, I have a lot of problems are through here to solve the query, this is what we Baidu know do not know.
2-ios Developer Library
http://developer.apple.com/library/ios/navigation/#section =resource%20types&topic=sample%20code
Apple's official development library, I still have a lot of not learned, if there is no understanding of the iOS infrastructure can be found here source code, in addition, there are some basic framework application of the instance source code.
3-ray Wenderlich | Tutorials for Iphone/ios developers and Gamers
http://www.raywenderlich.com/
This is a foreign iphone development tutorial website, most of the domestic tutorials are translated from here, the tutorial here is very good! Very recommended to learn!
4-»store–buy Physicseditor and Texturepacker online
Http://www.physicseditor.de/store/
This is a simple tool for cocos2d and box2d development, Physicseditor can greatly simplify the process of creating simulation objects, Texturepacker can greatly reduce the memory consumption of COCOS2D Display wizard, free trial, paid to open all functions.
5-github
https://github.com/
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over a million people the use of GitHub to build amazing things together.
A very popular foreign site for online sharing and saving program code.
There are many useful functions, such as synchronizing local projects, multi-person project management, project revision history and so on.
Sometimes when you start a project or write a code, consider looking at it here, maybe someone has implemented your idea, and all you have to do is learn the code.
6-cocoachina Apple Development Chinese station-hottest iphone development Community hottest Apple Development Community hottest ipad Development Community
http://www.cocoachina.com/
This should be the largest iphone development forum in the country, but I basically do not use, have sent a post to ask questions, but as expected, the domestic "good people" is too little, for everyone to reference.
7-Sanosan-Blog Park
http://www.cnblogs.com/zilongshanren/
This is the domestic Chinese course relatively concentrated blog, mainly from the above I mentioned in the foreign translation of the website, English bad friends can see here, I started from here to learn cocos2d and the development of the iphone.
The next few are classified sites, mainly about the development engine cocosd,box2d I'm using now.
COCOS2D:
1-cocos2d for IPhone
http://www.cocos2d-iphone.org/forum/
The official forum of the COCOS2D framework, which concentrates most of the answers to the questions in Cocos2d, is the most important place for learning cocos2d.
2-cocos2d for iphone 0.99.0:cocos2d for iphone API reference
Http://www.cocos2d-iphone.org/api-ref/0.99.0/index.html
COCOS2D reference Manual, including cocos2d all source files.
3-cocosbuilder–graphical Interface Builder for cocos2d IPhone and IPad
http://cocosbuilder.com/
Recently discovered a super easy to use cocos2d graphical editor, can completely simplify the development process, but has not been specifically applied to their own projects, change software is also in the early stages of development, but the visual must be fire
Box2d:
1-box2d Forums View Forum-iphone
Http://www.box2d.org/forum/viewforum.php?f=18
The official forum for BOX2D Physics engine focuses on all box2d related questions and answers, including not only iphone-related, but also Flash, Android, Windows and more.
2-box2d:box2d API Documentation
Http://www.learn-cocos2d.com/api-ref/1.0/Box2D/html/index.html
Box2D physics engine API files, all engine source files are available here.
3-http://www.box2d.org/manual.html
Http://www.box2d.org/manual.html
Box2D the latest version of the user manual, a brief description of the main functions and interfaces.
iOS game development related websites