Hi All, I'm trying to transform shift a series of buttons at the same time named: pos1, pos2, etc.
I can do the transformation easily:
pos1.transform = CGAffineTransform....
Is there a way to create an array or some other structure so that I only need a single instance of the transform:
allbutton.transform = CGAffineTransform....
Thanks
I can do the transformation easily:
pos1.transform = CGAffineTransform....
Is there a way to create an array or some other structure so that I only need a single instance of the transform:
allbutton.transform = CGAffineTransform....
Thanks