
KVC
文章平均质量分 88
chuanyituoku
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
The Definition of Key Value Coding and Key Value Observing
曾见过一道面试题,KVC 和 KVO的区别 当时答案是太简单了,不做回答; 事实上我百度了好久都没有个像样的答案,这个定义绝对横扫!!! 换工作时候看下,英文原句给面试官 ^ ^ The Objective-C key-value programming features are collectively referred to as key-value coding (KVC) and key-value observing (KVO). Key-value原创 2013-11-28 16:46:19 · 1186 阅读 · 0 评论 -
Brief Intro to Key Value Coding
这章是简略介绍KVC的Advantage和简单用法;确实不错,简单易懂,配合前一篇的定义,面试回答更有底气啦 ^ ^ “What’s the advantage of using KVC to access properties versus the standard property accessor methods?” Well to begin with, key-value coding allows you to access a property using a string that can原创 2013-11-29 10:15:31 · 1232 阅读 · 0 评论 -
Brief Intro to KVC Design and Implementation
KVC Design and Implementation The design of key-value coding is based on the following two fundamental constructs: A mechanism that can be used to access the properties of an object indirectly b原创 2013-11-29 12:48:34 · 1105 阅读 · 0 评论