I have team, teamScore, userScore information on parse. I download it and now want to store it locally and update it. I will create Team() Class, have the scores as properties and then creating instances of the class with team names downloaded from parse. Problem is how to create instance of this class with names from the parse downloaded team names?
OR is there a simpler way to solve this problem without classes?
arrayByAddingObjectsFromArray().