搜索资源列表
Begin_iPhone4_Projects_2011_01_21
- 这是iphone4编程入门经典之作《Beginning iPhone 4 Development Exploring the iOS SDK》(作者:Dave Mark | Jack Nutting | Jeff LaMarche)该书所对应的源代码。结合该书的详细讲解,源代码能够更好地便于大学对iphone4编程理论的掌握。-This is the source codes for the book "Beginning iPhone 4 Development Explori
Learning.iOS.Game.Programming
- 一本对iPhone游戏开发入门者有很大帮助的书,分析简明透彻-Learning.iOS.Game.Programming(Addison.Wesley.2010-09)
Cocoa
- iOS cocoa框架的学习是必不可少的 我认为这个资源非常适合新手入门教学-this book is useful to you
IPhoneDevelopment.pdf
- 学习ios的入门书籍 因为本人曾学过ios开发 买过搜过下载过很多书 总体来说 这本值得你看-this book is useful to you
memory-management
- ios开发的一个例子,适合入门者作为参考,《内存管理-内存释放池》-ios developed an example, as a reference for beginners, " Memory Management- Memory release pool"
SimpleFTPSample
- FTP上传客户端源码,基于IOS平台。学习网络编程不错的入门资料。-FTP client on iOS platform
stanfordPcs193pPios5
- 斯坦福大学2011冬季ios5课程源码,对于IOS入门非常有帮助-Stanford University 2011 Winter ios5 program source code, very helpful for IOS entry
LXFXMPPDemo
- IOS基于XMPP协议的简单IM实现的Demo,对于通信入门挺有帮助-IOS XMPP-based IM achieve a simple Demo, quite helpful for the communication entry
iOS
- iOS_应用开发入门指南_中文教程,创造 iOS 应用既有乐趣又有回报,如果你正在初学开发,可能会为从何着手而感到困惑-Create iOS applications both fun and rewarding, if you are a novice developers may be confused as where to start
iOS-Develop-Guide-with-HTML5
- iOS应用开发指南,主要是向已有一定开发经验的Web设计师介绍iOS应用开发的基础入门知识。全书的主要内容包括如何下载和安装iOS SDK;如何使用Xcode管理项目资源、测试应用程序以及打包二进制文件;如何设计适合在移动平台上表现的文本、图片、音频和视频内容;以及如何使用HTML5和CSS3技术以提高应用程序的性能。-IOS application development guide, mainly to have a certain development experience of Web
GLESPlayground
- iOS的OpenGL ES 3.0试验Demo。涵盖了OpenGL ES从创建顶点数据、VAO、Shader到最终渲染的全过程,并且GLSL使用3.0版本。可作为OpenGL ES的入门Demo