Hi, I am trying to create a deck of cards (which itself is just a plain image) and when the user taps this deck, a new custom "Card" object is created. The "Card" object has a UIImageView along with some NSStrings which contain the card's type, suit etc...
How would I be able to create a new "Card" object for every tap of the deck? I do not know how many cards the user will want to draw from the deck so I cannot declare them in the .h file.
Thanks in advance