I am a beginner in the realm of cocoa and don't understand when you should choose key value observing over the Model View Controller. My question: Can everything that is done with a MVC scheme also be implemented with KVO? Is it true as well that you could replace any KVO with a similar MVC?
Thanks