Using key-value programming (KVP) with Swift

后端 未结 4 2253
小鲜肉
小鲜肉 2021-02-09 09:02

In Objective-C with Cocoa a lot of tasks can be accomplished without explicit loops by using Key-Value Programming (KVP). For example, I can find the largest number in an array

4条回答
  •  -上瘾入骨i
    2021-02-09 09:43

    You can still use (at least) the didSet willSet provided by Swift on properties. I guess it's better than nothing.

提交回复
热议问题