I have 3 different instances of a class and when a user taps a button (there are buttons for each of the instances) I want it to add the text of the button to the NSArray. But the NSArray must contain all 3 different sets of "historys"
Should I be using a singleton, or just keep a reference to the NSArray as a property?