KVC和KVO - 基本认识
2020-06-10 本文已影响0人
肖旭晖
(一)概念
- KVC (键值编码)
Key-Value Coding - KVO(键值观察)
Key-Value Observing
(二)总结
- KVC: 通过键(
key)或 键值路径(keyPath)来读写值 - KVO: 通过键(
key)或 键值路径(keyPath)来观察值
Key-Value Coding
Key-Value Observing
key)或 键值路径(keyPath)来 读写 值key)或 键值路径(keyPath)来 观察 值