收藏的一系列教程帖子,很适合有一定基础,想要进阶的同学

以前收藏的帖子,对技术讲的很细致,是某个大牛翻译的苹果官方技术指南,我每一篇都看了好几遍,非常有收获!

多线程 编程指南:
http://www.cocoachina.com/bbs/read.php?tid=87592
官方链接:
http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/Multithreading/Introduction/Introduction.html#//apple_ref/doc/uid/10000057i-CH1-SW1

核心动画编程指南:
http://www.cocoachina.com/bbs/read.php?tid=84461&fpage=3
官方链接:
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CoreAnimation_guide/Introduction/Introduction.html

Blocks编程指南:
http://www.cocoachina.com/bbs/read.php?tid=87593
官方链接:
http://developer.apple.com/library/ios/#documentation/cocoa/Conceptual/Blocks/Articles/00_Introduction.html#//apple_ref/doc/uid/TP40007502-CH1-SW1

Instruments 用户指南:
http://www.cocoachina.com/bbs/read.php?tid=92026
官方链接:
https://developer.apple.com/library/ios/#DOCUMENTATION/DeveloperTools/Conceptual/InstrumentsUserGuide/Introduction/Introduction.html

本地和推送通知编程指南:
http://www.cocoachina.com/bbs/read.php?tid=98797
官方链接:
http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008194-CH1-SW1

你可能感兴趣的:(官方文档翻译)