I have everything set up to save to the array, but since NS(Mutable)Array's cant store int's, I have to convert my int to an NSNumber, this is where I am getting stuck. I can't figure out how to convert the int.
I tried:
No luck though
I tried:
Code:
(NSNumber *)numberWithInt:(scoreVar)100;
Code:
(scoreVar *)numberWithInt:(int)100;
Code:
(NSNumber *)numberWithInt:(int)100;
No luck though