save checked items in table view for later reuse in iPhone
        Posted  
        
            by mike
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mike
        
        
        
        Published on 2009-09-10T05:58:20Z
        Indexed on 
            2010/04/10
            4:03 UTC
        
        
        Read the original article
        Hit count: 342
        
Got a conceptual question: If I got a tableview with about 100 items and the user can check as many as he wants from that list, how and where do I save the checked status of each individual item for later reuse?
© Stack Overflow or respective owner