I have 39 different UIButton variables in my .h file, but I would like to add each of them to an array without having to type out the same thing 39 times.
Is there a
for(int i=1; i
Edit: after re-reading your question, this might not be what you're asking. I thought you wanted to create a bunch of instances of similar classes.