Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yume190/gitbook_ios_kvc
https://github.com/yume190/gitbook_ios_kvc
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yume190/gitbook_ios_kvc
- Owner: yume190
- Created: 2014-06-10T04:03:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-02T06:57:59.000Z (over 10 years ago)
- Last Synced: 2023-05-10T20:35:30.673Z (over 1 year ago)
- Language: JavaScript
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Introduction
---This document describes the NSKeyValueCoding informal protocol, which defines a mechanism allowing applications to access the properties of an object indirectly by name (or key), rather than directly through invocation of an accessor method or as instance variables.
這份文件描述了一個非正式的protocol(`NSKeyValueCoding`),此份文件定義了一種機制,且這個機制允許應用程式透過name/key去間接地存取物件的屬性,而不是直接調用存取方法或實體變數
You should read this document to gain an understanding of how to use key-value coding in your applications and how to make your classes key-value coding compliant for interacting with other technologies. Key-value coding is a fundamental technology when working with key-value observing, Cocoa bindings, Core Data, and making your application AppleScript-able. You are expected to be familiar with the basics of Cocoa development and theObjective-C language.
你應該詳讀這份文件,來增進你對KVC的認識,如何使用KVC在你的應用程式,如何讓你的類別具有KVC兼容並與其他技術互動,KVC是一個基礎的技術working with KVO, Cocoa bindins, Core Data,且讓你的應用程式AppleScript-able(蘋果腳本化),You are expected to be familiar with the basics of Cocoa development and theObjective-C language.