can someone give me a tutorial about key paths in Cocoa KVC concept, because I can’t understand them. I understand what they do, but how they do it? I’ll really prefer a tutorial with sample example, all tuts I could find are with very low amount of information, and examples are missing most of the times.
Thank you
Surprisingly I was not able to find a tutorial along with a sample code that is easy to attain.
The following web page on KVO and KVC is very short, simple, with code, and explains the most basic concepts of KVC and KVO very well.