iOS Development Sites

  学习iOS开发有一段时间了,虽然还处于迷茫期,但相比以前的小白痴状态,现在还是蛮有改观的。期间接触了一些很好的网站和博客,现在摘录下来,就当建个索引,没事的时候来喝杯茶,学点技术,提高下自己。
 1.iOS的麦加圣地
  iOS Dev Center
 2.CS193p,视频学习的首选教程
  CS193p iPhone Application Development
 3.英文学习网站
   Google (有问题,找谷歌)
   Github (源码,直观且易学)
   Stackoverflow (你遇到的程序问题,基本都在这里) 
   Raywenderlich (墙裂推荐@.@)
   objc.io (深度解读Objective-C) 
   NSHipster (a journal of the overlooked bits in Objective-C and Cocoa.)
   Think&Build (Tutorials about OS X,iOS and web development) 
 4.中文博客(大多为微博大牛的博客)
   唐巧的技术博客 (拥有深厚功力者,京城iOS一哥@唐巧)
   破船之家 (iOS文章绝对高产者,据说跑起马拉松也是在程序员中首屈一指@BeyondVincent)
   OneV’s Den (喵神,隐居樱花之国,躬耕于上乘游戏之作@onevcat)
   txx’s blog (虾神,出任上市CTO不是梦@糖炒小虾_txx)
   iOS init (如果你对objc.io的文章情有独钟,Come here@方一雄)
   iOS Wiki (iOS资讯期刊 @吴发伟Ted)
   yingkong1987 iOS Dev Blog (给我很多帮助的兔子@兔be南玻1)
   Xcode Dev (资深iOS开发工程师@谌启亮) 
   isaced (iOS Programmer@isaced) 
   answer_huang (iOS developer, Python fans@answer-huang) 
   Cocoabit (iOS 码农,攻城狮。喜欢各种有意思的东西。@6david9) 
   Luke’s Homepage|卢克 (Mac,iOS开发@卢小克)
   余书懿 (代表作:<豆豆音乐> @余书懿)
   Creator of moke (Creator of 墨客(moke.com) and Voodo(moke.com/voodo)@an00na)
   萧宸宇 (注定漂泊的人@Sumi-iYu) 
   webfrogs’ Homepage (iOS开发,开源爱好者 @webfrogs)
   Esoft Mobile (iOS开发者 esoftmobile.com @TracyYih)
   无网不剩 (iOS开发@李忠)

http://my.oschina.net/xiaot99/blog/197557(vlc)

http://blog.csdn.net/buffi/article/category/1052734  (vlc)

http://blog.chinaunix.net/uid-26611383-id-3751105.html     vlc 编译

http://www.cnblogs.com/TheGrandDesign/articles/2344265.html

http://www.cnblogs.com/TheGrandDesign/articles/2344265.html

http://blog.csdn.net/yuanya/article/details/13981491

http://blog.csdn.net/leixiaohua1020/article/details/15811977 (很好)

http://blog.sina.com.cn/s/blog_61eaa72b0100fulu.html

http://www.360doc.com/content/13/0829/15/13084517_310733557.shtml  (各种流)

http://blog.csdn.net/liaoyp_ios_android/article/details/9307285  (nsstring)

http://blog.csdn.net/wutong_login/article/category/527432  (视频编解码)

iOS Development Sites的更多相关文章

  1. iOS Development: Proper Use of initWithNibName:bundle: Affects UITableViewController

    Address:http://www.outofcore.com/2011/07/ios-development-proper-use-of-initwithnibnamebundle-affects ...

  2. Setup iOS Development Environment.

    Setup iOS Development Environment Install XCode and check-out source code from SVN XCode Please find ...

  3. iOS Development Learning 13Nov

    关注了关东升老师在博客园的iOS开发博客. 在使用能力课堂观看智捷课堂的iOS8开发视频教程.观看到Part1 课时3 Xcode中的iOS工程模板

  4. iOS Development和iOS Distribution有什么区别

    http://zhidao.baidu.com/link?url=T9od33JuA7jjxzfyV-wOjuVLSNUaqpc9aoCu2HjfYfHBuRLW1CNDii0Bh9uvG6h-GeJ ...

  5. Tips collection of iOS development

    <转>UITableView当数据很少的时候,去掉多余的cell分割线   在tableView初始化的时候 UIView *v = [[UIViewalloc] initWithFram ...

  6. iOS开发学习网站汇总

    *本文转自CocoaChina 原文:11 Insanely Great iOS Developers Sites永不止步地向他人学习 我相信,要想从一个"还不错"的人变成一个卓越 ...

  7. ios资源

    ios 资源 分类: ios开发2012-05-30 16:39 573人阅读 评论(0) 收藏 举报 ios文档calendar2010reference图像处理 学习过程当中查找到的资料,做一个记 ...

  8. IOS地址

    IOS开发-你不可缺少的资源汇总-知识分享-转   如何用Facebook graphic api上传视频: http://developers.facebook.com/blog/post/532/ ...

  9. 11个超棒的iOS开发学习网站

    原文:11 Insanely Great iOS Developers Sites 永不止步地向他人学习 我相信,要想从一个"还不错"的人变成一个卓越的人,我们需要不停地向他人学习 ...

随机推荐

  1. light oj 1032(数位DP)

    求一段区间中,每个十进制数所对应的二进制数中连续的1的个数之和. 设dp[i][0]代表长度为i的二进制数,首位为0,所含有的连续的1的个数之和. dp[i][1]代表长度为i的二进制数,首位为1,所 ...

  2. IJ:IJ来了2-调试开发环境

    ylbtech-IJ:IJ来了2 1.返回顶部 1. 2. 3. 4. 2. 配置SVN返回顶部 1.SVN安装时,要选上command line client tools 2. 3.   4. 3. ...

  3. 去除inline-block的间隙

    产生间隙的原因就是标签之间的空格,去除的方法: 1 设置父元素的font-size:0;空格字符的宽高都为0, <div class="demo1 demo2"> &l ...

  4. UVa 12716 && UVaLive 6657 GCD XOR (数论)

    题意:给定一个 n ,让你求有多少对整数 (a, b) 1 <= b <= a 且 gcd(a, b) = a ^ b. 析:设 c = a ^ b 那么 c 就是 a 的约数,那么根据异 ...

  5. adb devices 不识别显示为空(转载)

    转自: http://yinger-fei.iteye.com/blog/1530118 在 android 设备的 Linux 内核中把 USB 驱动的 PID VID 修改以后,也许之前的 adb ...

  6. bzoj 2792: [Poi2012]Well【二分+贪心】

    #include<iostream> #include<cstdio> #include<algorithm> using namespace std; const ...

  7. bzoj 2257: [Jsoi2009]瓶子和燃料【裴蜀定理+gcd】

    裴蜀定理:若a,b是整数,且gcd(a,b)=d,那么对于任意的整数x,y,ax+by都一定是d的倍数,特别地,一定存在整数x,y,使ax+by=d成立. 所以最后能得到的最小燃料书就是gcd,所以直 ...

  8. maven-将依赖的 jar包一起打包到项目 jar 包中

    前言: 有时候在项目开发中,需要很多依赖的 jar 包,其中依赖的 jar 包也会依赖其他的 jar 包,导致jar 包的管理很容易不全,以下有两种方法可以规避这个问题. 一.在pom.xml 文件中 ...

  9. Qt事件系统之一:Qt中的事件处理与传递

    一.简介 在Qt中,事件作为一个对象,继承自 QEvent 类,常见的有键盘事件 QKeyEvent.鼠标事件 QMouseEvent 和定时器事件 QTimerEvent 等,与 QEvent 类的 ...

  10. 暴力 Codeforces Round #183 (Div. 2) A. Pythagorean Theorem II

    题目传送门 /* 暴力:O (n^2) */ #include <cstdio> #include <algorithm> #include <cstring> # ...