Key-value observing provides a mechanism that allows objects to be notified of changes to specific properties of other objects. It is particularly useful for communication between model and controller layers in an application.
To observe a property using KVO you would identify to property with a string , using KVC (Key Value Coding) , Therefore, the observable object must be KVC compliant.
Liked By
Write Answer
What is KVO in iOS ?
Join MindStick Community
You have need login or register for voting of answers or question.
Sunil Singh
02-Jan-2017