zoukankan      html  css  js  c++  java
  • Cocoa 基本原理

    原文:https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html

    • “What Is Cocoa?” introduces Cocoa from a functional and broadly architectural perspective, describing its features, frameworks, and development environment.
      从功能性和大体架构的角度描述Cocoa的各种特性、框架和开发环境。
    • “Cocoa Objects” explains the advantages and basic use of Objective-C, plus the common behavior, interface, and life cycle of all Cocoa objects.
      解释Objective-C的基本用法和优点,以及 Cocoa对象的常见行为、接口、和生命周期。
    • “Adding Behavior to a Cocoa Program” describes what it's like to write a program using a Cocoa framework and explains how to create a subclass.
      描述如何使用Cocoa框架来编写程 序,解释如何创建一个子类。
    • “Cocoa Design Patterns” describes the Cocoa adaptations of design patterns, especially Model-View-Controller and object modeling.
      描述Cocoa采纳的设计模式,特别是模 型-视-控制器对象模型。
    • “Communicating with Objects” discusses the programming interfaces and mechanisms for communication between Cocoa objects, including delegation, notification, and bindings.
      讨论Cocoa对象之间的通讯机制和编程接 口,包括委托、通告、和绑定技术。
  • 相关阅读:
    css 冷知识
    js跨域问题
    检测浏览器是否支持ES6
    新增项目到GIT仓库中
    如何正确设置统计博客园的个人博客访问量(图文详解)
    Node中包的加载机制
    图片路径中含有中文在jsp下不能正常显示的问题
    通过Xshell来访问和连接Linux
    文件下载该注意的问题
    文件上传该注意的问题
  • 原文地址:https://www.cnblogs.com/iprogrammer/p/3272416.html
Copyright © 2011-2022 走看看