`
ericbaner
  • 浏览: 173346 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

iOS开发资源(持续积累中...)

    博客分类:
  • iOS
 
阅读更多

Start Developing iOS Apps Today(今天开始开发iOS应用)” (Apple 新版官方指南)

 

https://developer.apple.com/library/ios/#referencelibrary/GettingStarted/RoadMapiOS/Introduction/Introduction.html

 

 

iOS开发者官网

http://developer.apple.com/ios/

 

iOS开发者计划

http://developer.apple.com/programs/ios

http://developer.apple.com/programs/ios/enterprise

 

Objective C资源:

1.《Objective-C基础教程》:Mac编程专家Mark Dalrymple和Scott Knaster撰写

2. Apple公司的Learning Objective-C: A Primer:

https://developer.apple.com/library/ios/#referencelibrary/GettingStarted/Learning_Objective-C_A_Primer/_index.html#//apple_ref/doc/uid/TP40007594

3. Objective-C Programming Language:对该语言的介绍非常详尽全面

https://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html#//apple_ref/doc/uid/TP30001163

 

iOS开发者库:

https://developer.apple.com/library/ios/navigation/

 

Apple Human Interface Guidelines(苹果的人性化界面手册)

https://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/MobileHIG/Introduction/Introduction.html

 

Apple提供的样例UICatalog:

https://developer.apple.com/library/ios/#samplecode/UICatalog/Introduction/Intro.html


你的第一个 ios Application  
这是个简单的例子程序,不过是个很好的开始。 
http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhone101/Articles/00_Introduction.html

Learning Objective-C: A primer 
内容很少,也很简单的介绍 
http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/Learning_Objective-C_A_Primer 

View Programming Guide for iOS 
http://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/ViewPG_iPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009503-CH1-SW2 

Event handle guide for ios 
http://developer.apple.com/library/ios/#documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009541


The Objective-C Programming Language 
http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html#//apple_ref/doc/uid/TP30001163

ios overview 
http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/URL_iPhone_OS_Overview/index.html 

Cocoa Fundamentals Guide 
http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html#//apple_ref/doc/uid/TP40002974

iOS Technology Overview 
http://developer.apple.com/library/ios/#documentation/Miscellaneous/Conceptual/iPhoneOSTechOverview/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007898

阅读分析 crash report 
http://developer.apple.com/library/ios/#technotes/tn2008/tn2151.html 

xcode debug guide 
http://developer.apple.com/library/ios/#documentation/DeveloperTools/Conceptual/XcodeDebugging/000-Introduction/Introduction.html 

ios debug magic 
http://developer.apple.com/library/ios/#technotes/tn2010/tn2239.html 

memory usage performance guide 
http://developer.apple.com/library/ios/#documentation/Performance/Conceptual/ManagingMemory/ManagingMemory.html

performance test start point 
http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/GS_Performance_iPhone/index.html 

debug with GDB 
http://developer.apple.com/library/ios/#documentation/DeveloperTools/gdb/gdb/gdb_1.html 



一些例子代码 
MoveMe 
http://developer.apple.com/library/ios/#samplecode/MoveMe/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007315

Metronome 
http://developer.apple.com/library/ios/#samplecode/Metronome/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007434

TableViewSuit 
http://developer.apple.com/library/ios/#samplecode/TableViewSuite/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007318

SimpleDrillDown 
http://developer.apple.com/library/ios/#samplecode/SimpleDrillDown/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007416


关于app 国际化的topic 
http://developer.apple.com/library/ios/#documentation/MacOSX/Conceptual/BPInternational/BPInternational.html#//apple_ref/doc/uid/10000171i

http://www.supersuraccoon-cocos2d.com/zh/2012/02/11/sticky-ios-cocos2d-develop-recommended-blog-list-keep-updating/ 

xcode: Ian Piper " Learn Xcode Tools for Mac OS X and iPhone Development" Apress, 2010 

cocas: http://www.iteye.com/topic/1116210 

http://mobile.51cto.com/hot-273779_2.htm 

http://mobile.csdn.net/a/20120312/313010_3.html   icon_download 

http://www.cocoachina.com/bbs/read.php?tid=65402 

http://www.cocoachina.com/bbs/read.php?tid=51144&fpage=3 develop apply 
http://chuangyiji.com/2011/02/ios-one-day-become-a-successful-application-developers/ 


http://mobile.csdn.net/a/20120405/313924.html  UI设计 

http://chuangyiji.com/2011/02/ios-one-day-become-a-successful-application-developers/ 
一天成功申请成为ios开发人员 

http://www.ithome.com/html/it/6134.htm  黑卡 

http://www.cocoachina.com/bbs/read.php?tid-13372.html 收款卡 

http://blog.csdn.net/dotphoenix/article/details/5271727 真机调试 

http://www.apple.com.cn/developer/support/ios/enrollment.html 注册计划 

http://www.android123.com.cn/moniqi/806.html android 模拟器优化 


http://www.cnblogs.com/andyque/archive/2011/04/11/2012770.html 

http://rongbaohong.blog.51cto.com/3566598/781555 
iPhone程序连接到真机调试(注册了APP ID及购买了IDP开发者授权的前提下) 

3D MAX地形制造怎样弄 
http://wenwen.soso.com/z/q368528622.htm 




http://hi.baidu.com/angela1906/blog/item/191061176485359e6438db45.html 
如何使用iOS开发者授权以及如何申请证书 

http://www.web3d.com.cn/bbs/viewthread.php?tid=2101 
Unity iphone 开发入门(二)地形问题 

http://unity3d.9ria.com/?p=563 
Unity3D中的shader基础知识 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics