KVO principle analysis
preface
*** KVO official document link
I Share some details about KVO
1.context function
First, let's take a look at the description of context
addObserver:forKeyPath:options:context: the context pointer in the message contains any data, which will be returned to the observer in the corresponding change notification. You can specify NULL ...
Posted by LuiePL on Sun, 02 Jan 2022 21:05:24 +0100