Arrays and application data
        Posted  
        
            by s0mmer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by s0mmer
        
        
        
        Published on 2010-05-08T10:04:11Z
        Indexed on 
            2010/05/08
            10:08 UTC
        
        
        Read the original article
        Hit count: 180
        
cocoa
|objective-c
Hello everyone,
At the moment i'm making an application where it is possible to make profiles with different settings. Which datatypes would you recommend me saving these information in?
I have a table which is showing the profile name and the version number. But for each profile there need to be stored more information.
Therefore the idea i'm working on have 2 arrays. 1 for all the profile information and 1 who is being made when loading the information. The second array is the one going to be showed in the table. Because the table doesnt show all the stored information.
.. but this seems kinda stupid. Is there a more suitable method for saving the information in like 1 array, and just pass part of the data to the tableview?
© Stack Overflow or respective owner