Cocoa Core Competencies_0_序

最近在iOS Developer Library里头学习, 收获挺多。

不过官方文档都是英文, 看起来倒是挺费劲的。想必也有许多朋友在学习过程中遇到困难。所以萌生了翻译一些官方文档的念头。

注: 该系列文章翻译自iOS Developer Library –> Cocoa Core Competencies

Cocoa Core Competencies, 顾名思义 Cocoa核心概念。只是各个部分概念介绍, 更加详尽的学习, 参见各个章节提供的相关链接。

译者水平有限, 难免存在各种问题, 欢迎指正交流。

欢迎转载, 转载请注明出处: Colin

目录

  • Accessibility
  • Accessor method
  • App ID
  • Application Code Signing
  • Archiving
  • Block object
  • Bundle
  • Category
  • Class cluster
  • Class definition
  • Class method
  • Cocoa (Touch)
  • Coding conventions
  • Collection
  • Controller object
  • Declared property
  • Delegation
  • Dynamic binding
  • Dynamic typing
  • Enumeration
  • Exception handling
  • Framework
  • Information property list
  • Introspection
  • Key-value coding
  • Key-value observing
  • Memory management
  • Message
  • Method overriding
  • Model object
  • Model-View-Controller
  • Multiple initializers
  • Nib file
  • Notification
  • Object comparison
  • Object copying
  • Object creation
  • Object encoding
  • Object graph
  • Object life cycle
  • Object modeling
  • Object mutability
  • Objective-C
  • Property list
  • Protocol
  • Root class
  • Selector
  • Singleton
  • Uniform Type Identifier
  • Value object

猜你喜欢

转载自blog.csdn.net/hitwhylz/article/details/43672629