您的位置:首页 > 移动开发 > Objective-C

Objective-c编程概念(一)简介

2014-09-28 13:30 337 查看
Many of the programmatic interfaces of the Cocoa and Cocoa Touch frameworks
only make sense only if you are aware of the concepts on which they are based. These concepts express the rationale for many of the core designs of the frameworks. Knowledge of these concepts will illuminate your software-development practices.

在Cocoa和Cocoa Touch框架中有很多编程接口,只有在你知道它们所基于的一些基本概念后,才能更好的理解它们。这些基本概念解释了这些框架很多核心设计的原理。对这些概念的掌握能照亮你软件开发的实践之路。



At a Glance

This document contains articles that explain central concepts, design patterns, and mechanisms of the Cocoa and Cocoa Touch frameworks. The articles are arranged in alphabetical order.

一瞥

本文档包含了一些文章,这些文章解释了中心概念,设计模式还有Cocoa and Cocoa Touch框架的机制。这些文章已字母顺序组织。

How to Use This Document

If you read this document cover-to-cover, you learn important information about Cocoa and Cocoa Touch application development. However, most readers come to the articles in this document in one of two ways:

Other documents—especially those that are intended for novice iOS and OS X developers—which link to these articles.

In-line mini-articles (which appear when you click a dash-underlined word or phrase) that have a link to an article as a “Definitive Discussion.”


如何使用本文档

如果你从头到尾读这份文档, 你会学到很多关于Cocoa and Cocoa Touch框架应用开发的重要信息. 然而,大部分读者接触到这些文章都是通过以下两种方式之一:

其他文档—特别是那些为iOS and OS X开发新人准备的—这些文档提供到本文档的链接.

行内的小文章 (当你点击一个带下划线的单词或短语时会出现) 会链接到某篇文章如 “Definitive Discussion.”

Prerequisites

Prior programming experience, especially with object-oriented languages, is recommended.

前提条件

预先的编程经验, 特别推荐面向对象编程经验.

See Also

Programming
with Objective-C offers further discussion of many of the language-related concepts covered in this document.

更多

Programming
with Objective-C 就本文档中涵盖的和语言相关的很多概念,提供了更深层次的讨论.

未完。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: