整理国内外ios相关开发资源(持续更新中)

       本文用于整理国内外ios相关开发资源,将持续更新。
       博客:
       http://www.icodeblog.com/   有大量的iphone开发教程,并且课程按初级、中等、高级做了分类。更新比较频繁,每周都会有新文章。
       http://mobileorchard.com/    右侧的archive里面有不少优秀的文章,有时间可以慢慢读。
       http://iphonedevelopment.blogspot.com/  被墙。翻过去看了下,文章更新很频繁。
       http://www.mikeash.com/pyblog/    作者每个周五都会针对某个问题,做出解答
       http://www.raywenderlich.com/
       http://www.cocoawithlove.com/
       http://www.cimgf.com/
       http://oleb.net/    OBShapedButton的作者,github: https://github.com/ole?tab=repositories


       论坛:
       http://stackoverflow.com/questions/tagged/objective-c  类似国内的CSDN和cocoachina,但更强大。

       开源框架:
       https://github.com/facebook/three20  facebook的开源iphone框架,包括UI和URL cahce等。
       https://github.com/pokeb/asi-http-request  开源的HTTP访问框架。
       https://github.com/mattgemmell/MGSplitViewController 一个增强的splitview类。
       https://github.com/stig/json-framework/ 开源的JSON解析类。

       视频:
       http://www.stanford.edu/class/cs193p/cgi-bin/index.php  stanford的iphone开发课程。
       http://developer.apple.com/WWDC/  苹果的WWDC大会视频。

你可能感兴趣的:(ios)