Key Coder/Observer example for Iphone
        Posted  
        
            by ReduxDJ
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ReduxDJ
        
        
        
        Published on 2010-06-15T14:30:24Z
        Indexed on 
            2010/06/15
            14:32 UTC
        
        
        Read the original article
        Hit count: 692
        
iphone
I'm trying to implement KVO into an application, yet, I've followed the documentation provided by Apple, however I can't get it to work. I'm hoping to see a bare minimal example of how to use this with my NSObjects.
My use case, is I want one item in a table-cell to update without loading the entire data in a tableView because I am loading images from URLs and I don't want to reload all of the image, while I am polling a server.
Thanks,
© Stack Overflow or respective owner