Questions tagged [key-value-observing]

Key-value Observing or KVO is a technology for observing changes in object properties.

1201 questions
-3
votes
2 answers

object communication when object is not kvc compliant in Swift

I want to create a custom view that display it when an action occurs (like changed property) on another object (subclass of UIControl) My approach was it create a protocol whose UIControl objects can conform create my custom view in which I can…
1 2 3
80
81