iOS 开发库概要(iOS Developer Library Summary)

 

iOS 开发库概要(iOS Developer Library Summary)

太阳火神的美丽人生 (http://blog.csdn.net/opengl_es)


iOS 开发库组织结构,按三种方式对共计 1687 份(截至2013-12-29是1971份)文档进行分类管理

1、按资源类型(Resource Types)分类:所有文档都属于某个分类;

2、按主题(Topics)分类:大多数文档会属于某个主题;

3、按框架(Frameworks)所处操作系统层次结构分类:编程指南及参考手册大多会属于某个框架;

三部分是最基础的:

1、语言与开发工具:

OS X 免费提供了软件开发工具以及编程和脚本语言用于创建绝妙的软件。使用这些工具和语言可以构建、调试和优化软件应用。

Create stunning software with the software development tools and programming-and-scripting language support that are supplied free with OS X. Use these tools and languages to build, debug, and optimize software applications.

Objective-C语言相关全部文档列于下表,有 5 篇必看,按阅读先后顺序排列如下:

  • 学习Objective-C:入门
  • Objective-C 编程语言
  • Objective-C 面向对象编程
  • Objective-C 编程
  • 过渡到 ARC 发布说明

2、基于操作系统的语言特性:

UIKit

)一起,提供了实现图形化、事件驱动的 iOS 应用所需的基本工具和基础设施。

Use the Foundation framework for the “nuts and bolts” classes for Objective-C programming. This framework provides essential Objective-C classes, most importantly the root class, NSObject, which defines basic object behavior. It includes classes for objects representing basic data types, collections, and operating-system services. Foundation also introduces several design patterns and mechanisms that contribute to the robustness and efficiency of Objective-C programs. Along with UIKit, the Foundation framework provides the basic tools and infrastructure you need to implement graphical, event-driven iOS applications.

3、用户交互界面开发组件及机制

使用 UIKit 框架构建和管理应用程序的用户界面。这个 Objective-C 框架提供了一个应用程序对象、事件驱动支持、绘图支持以及专为多点触控界面设计的窗口、视图和控件。

Construct and manage your application’s user interface with the UIKit framework. This Objective-C framework provides an application object, event handling support, drawing support, windows, views, and controls designed specifically for the Multi-Touch interface.

iOS 开发库 iOS Developer Library

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2013年11月26日
下一篇 2013年11月26日

相关推荐