工欲善其事 its prerequisite, recently found that temporary find something easy to waste time, took a little time to tidy up the commonly used website, convenient for later backup.
Domestic CODE4APP,UI4APP,COCOACHINA,OSCHINA,CSDN will not say, basically very useful. But foreign sites on the good things more, but also more time to find out, need to tidy up a bit.
Main sub-development tutorials, sample projects, UI design, problem solving several pieces.
Development tutorials:
Even after the introductory phase, you should always take a look at some good example tutorials.
1.http://mobile.tutsplus.com/category/tutorials/iphone/
Compare a new website that you haven't noticed before.
One of the articles highlights the 10 examples of iOS game development that you can refer to (source code is on GitHub):
http://mobile.tutsplus.com/tutorials/iphone/learn-ios-game-development-by-example-10-projects-to-get-you-started/
2.http://www.raywenderlich.com
This is needless to say, basically every learning iOS development knows
3.http://iphonedevsdk.com/forum/iphone-sdk-tutorials/
Iphonedevsdk.com's sub-forum, did not notice before, there are some good things
4.http://www.iphonegametutorials.com
Game development tutorial, but since April 2012 has stopped.
5.http://www.iossdktutorials.com/tutorials/
Tutorials are not much, can see
6.http://timroadley.com/tutorials-index/
Not much, but they're great.
7.http://www.learn-cocos2d.com/blog/
KOBOLD2D Engine (variant of cocos2d engine) and learn &master cocos2d book author Steffen Itterheim blog, Major and ios,cocos2d,kobold2d development related
8.https://developers.facebook.com/docs/tutorials/ios-sdk-games/
The Facebook game tutorial, of course, teaches you how to integrate iOS features in the game, the latest is just updated a week ago
9.http://maniacdev.com/category/ios-developer-tutorial
If there is no ads on the left side of the site, it makes people feel better.
Recommend the latest May 1, 2013 tutorial If you are using parse and Opentok to develop an iphone video chat app (you can still see it when you have time, see it when you are free)
http://www.iphonegamezone.net/ios-tutorial-create-iphone-video-chat-app-using-parse-and-opentok-tokbox/
10.http://www.touch-code-magazine.com
A few scattered tutorials
11.http://www.idevgames.com/articles
Game-related Tutorials
Sample project:
Good examples and open source projects can not only learn things, but also save a lot of time.
1.http://www.raywenderlich.com/store
iOS Game development Starter Kit, but it's going to cost US $.
2.http://iphonegamekit.com
iOS Game development Starter Kit, but it's going to cost US $.
3.http://www.cartoonsmart.com/iphone_index.php5
iOS Game development Starter Kit, but it's going to cost US $.
4.unity3d's Asset Store
It takes money.
5.github
Up to the best and free, such as find the game source code search games, and then choose Objective-c Language, you can see a lot. You can choose to sort by stars,forks,last updated
Https://github.com/search?l=Objective-C&p=2&q=game&s=stars&type=Repositories
6.source Forge
No more talking.
7. There are basically some sample projects in the tutorial site, and sometimes they are specially organized to facilitate developers, such as the following are useful:
Open source iOS games and their source code:
Http://maniacdev.com/open-source-ios-game-list-source-code-to-games-in-the-app-store
Open source iOS apps and their source code
Http://maniacdev.com/open-source-iphone-app-store-apps
8.Y-C Hacker News
Https://news.ycombinator.com
There are occasional tutorials, albeit small in quantity, that are of high quality, and that you can get to know the latest technology trends in the first time, such as the very detailed tutorial on parse last year.
9.https://developer.apple.com/library/ios/navigation/index.html?section=Resource+Types&topic= Sample+code
Apple's official small sample project, though not a complete project, is handy for learning new things and new features.
There are also some iOS game development tutorials and Starter kits in the official and third party forums of the Unity3d and unreal engines, but I personally do not use either of these engines at this time. There are also tutorials and sample projects for specific services, such as the parse website.
But the overall feeling above these sites do not have domestic code4app and ui4app use, must say Code4app and Cocoachina are very to force, unfortunately above the complete game example project is still a little bit less.
UI Design Related:
Individuals involved in a few, first put the others to put in the spare:
1.http://www.patternsofdesign.co.uk/
Focus on sharing the details of the iOS app UI interface, categorize them according to design elements, and categorize the various types of UIs according to Common iOS features.
2.http://pttrns.com/
Splashscreens/ios UI Patterns (Beta), organizes/lists a number of exciting IOS app interfaces, and classifies them by category, such as Activity,login,about,calendar,seeting, Share and other different types of applications.
3.http://www.appsites.com/
Excellent mobile app website design
4.http://dribbble.com/
The community where designers communicate and share their designs. It has a lot of great mobile product designs.
5.http://www.tappgala.com/
Share the best mobile phone product interface design
6.http://www.mobiledesignpatterngallery.com/
Mobile design books, mobile prototype sharing site.
7.http://www.iosinspires.me/
Designed to showcase the best apps on the iOS platform, icon and related resources
8.http://www.cocoacontrols.com
iOS and Mac controls
Problem solving:
This is usually the most need to use, although the first reaction is Google, but also some search, you can only ask for help
1.http://stackoverflow.com
The most powerful programming quiz site
2.http://www.developerfeed.com/profile/ios-developer
A bit like stack overflow
3.https://devforums.apple.com
Apple's official developer forum, there are many Apple's yellow vest in, not only the technical level, has helped us to solve a lot of online related issues
4.http://iphonedevsdk.com/forum
One of the most frequently visited Apple development forums.
iOS Development Common foreign websites