If I put the 'float charBottom =' etc. before the 'for (UIImageView *block...', I need to re-declare 'block'. If I just put 'UIImageView *block;' the app crashes as soon as it is run. How do I declare 'block' for both the arrays before the for() statements?
Thanks
Cam
|