Key-Value Observing (KVO) is a mechanism that allows objects to be notified of changes to specified properties of other objects. KVO is provided through an informal NSKeyValueObserving protocol. KVO works in a way the target-action design pattern does but it is not limited to controls. KVO allows you to observe any object properties including simple attributes, to-one relationships, and to-many relationships. Observers of to-many relationships are informed of the type of change made, as well as which objects are involved in the change. In order to understand key-value observing, you must first understand Key-Value Coding (KVC).


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

iPad,iPhone,iPhone Resources,iPhone Articles,iPhone Development,iPhone Turorial,Mobile Development Tutorials,Mobile Developments,Objective C